#312FE8

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

Shades of Neon Blue #312FE8

Tints of Neon Blue #312FE8

Color information

#312FE8 (or 0x312FE8) is unknown color: approx Neon Blue. HEX triplet: 31, 2F and E8. RGB value is (49,47,232). Sum of RGB (Red+Green+Blue) = 49+47+232=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 232 (91.02% from 255 or 70.73% from 328); Max value from RGB is 232 - color contains mainly: blue. Hex color #312FE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312FE8 is #CED017. Grayscale: #434343. Windows color (decimal): -13553688 or 15216433. OLE color: 15216433.

HSL color Cylindrical-coordinate representation of color #312FE8: hue angle of 240.65º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #312FE8 is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4947232-
CMYK0.790.8000.09
HSL240.65º80.09%54.71%-
HSV(B)240.65º79.74%90.98%-
XYZ16.858.5177.1-
YUV68.69220.16113.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.94%
GREEN value IS 47 (18.75% from 255) = 14.33%
BLUE value IS 232 (91.02% from 255) = 70.73%
R=14.94%
G=14.33%
B=70.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal49472320.790.8000.09240.6580.0954.71
Hex312FE84F5009f15037
Octal615735011712001136112067
Binary110001101111111010001001111101000001001111100011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312FE8; }

 p { color: rgb(49,47,232); }

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

<style>
 a { background-color: #312FE8; }

 a { background-color: rgb(49,47,232); }

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

<style>
 span { border-color: #312FE8; }

 span { border-color: rgb(49,47,232); }

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