#2F37FE

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

Shades of Neon Blue #2F37FE

Tints of Neon Blue #2F37FE

Color information

#2F37FE (or 0x2F37FE) is unknown color: approx Neon Blue. HEX triplet: 2F, 37 and FE. RGB value is (47,55,254). Sum of RGB (Red+Green+Blue) = 47+55+254=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F37FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F37FE is #D0C801. Grayscale: #4A4A4A. Windows color (decimal): -13682690 or 16660271. OLE color: 16660271.

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

Color convert

RGB4755254-
CMYK0.810.7800.00
HSL237.68º99.04%59.02%-
HSV(B)237.68º81.5%99.61%-
XYZ20.4310.4994.71-
YUV75.29228.85107.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.20%
GREEN value IS 55 (21.88% from 255) = 15.45%
BLUE value IS 254 (99.61% from 255) = 71.35%
R=13.20%
G=15.45%
B=71.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal47552540.810.7800.00237.6899.0459.02
Hex2F37FE514E00ee633b
Octal57673761211160035614373
Binary101111110111111111101010001100111000111011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F37FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F37FE; }

 p { color: rgb(47,55,254); }

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

<style>
 a { background-color: #2F37FE; }

 a { background-color: rgb(47,55,254); }

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

<style>
 span { border-color: #2F37FE; }

 span { border-color: rgb(47,55,254); }

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