#313AFC

Color #313AFC Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #313AFC

Tints of Neon Blue #313AFC

Color information

#313AFC (or 0x313AFC) is unknown color: approx Neon Blue. HEX triplet: 31, 3A and FC. RGB value is (49,58,252). Sum of RGB (Red+Green+Blue) = 49+58+252=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #313AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313AFC is #CEC503. Grayscale: #4C4C4C. Windows color (decimal): -13550852 or 16529969. OLE color: 16529969.

HSL color Cylindrical-coordinate representation of color #313AFC: hue angle of 237.34º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #313AFC is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB4958252-
CMYK0.810.7700.01
HSL237.34º97.13%59.02%-
HSV(B)237.34º80.56%98.82%-
XYZ20.3510.7193.09-
YUV77.43226.52107.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 13.65%
GREEN value IS 58 (23.05% from 255) = 16.16%
BLUE value IS 252 (98.83% from 255) = 70.19%
R=13.65%
G=16.16%
B=70.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal49582520.810.7700.01237.3497.1359.02
Hex313AFC514D01ed613b
Octal61723741211150135514173
Binary110001111010111111001010001100110101111011011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313AFC; }

 p { color: rgb(49,58,252); }

 H1.HeaderClassName
 {
   color: #313AFC;
 }
 .AnyTagClassName
 {
   color: #313AFC;
 }
</style>
background-color css

<style>
 a { background-color: #313AFC; }

 a { background-color: rgb(49,58,252); }

 div.DivClassName
 {
   background-color: #313AFC;
 }
 .BgClassName
 {
   background-color: #313AFC;
 }
</style>
border-color css

<style>
 span { border-color: #313AFC; }

 span { border-color: rgb(49,58,252); }

 td.TdClassName
 {
   border-color: #313AFC;
 }
 .TagClassName
 {
   border-color: #313AFC;
 }
</style>