#312EFF

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

Shades of Neon Blue #312EFF

Tints of Neon Blue #312EFF

Color information

#312EFF (or 0x312EFF) is unknown color: approx Neon Blue. HEX triplet: 31, 2E and FF. RGB value is (49,46,255). Sum of RGB (Red+Green+Blue) = 49+46+255=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #312EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312EFF is #CED100. Grayscale: #454545. Windows color (decimal): -13553921 or 16723505. OLE color: 16723505.

HSL color Cylindrical-coordinate representation of color #312EFF: hue angle of 240.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #312EFF is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB4946255-
CMYK0.810.8200
HSL240.86º100%59.02%-
HSV(B)240.86º81.96%100%-
XYZ20.299.8395.43-
YUV70.72231.99112.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14%
GREEN value IS 46 (18.36% from 255) = 13.14%
BLUE value IS 255 (100% from 255) = 72.86%
R=14%
G=13.14%
B=72.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal49462550.810.8200240.8610059.02
Hex312EFF515200f1643b
Octal61563771211220036114473
Binary110001101110111111111010001101001000111100011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,46,255); }

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

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

 a { background-color: rgb(49,46,255); }

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

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

 span { border-color: rgb(49,46,255); }

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