#1F37F9

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

Shades of Neon Blue #1F37F9

Tints of Neon Blue #1F37F9

Color information

#1F37F9 (or 0x1F37F9) is unknown color: approx Neon Blue. HEX triplet: 1F, 37 and F9. RGB value is (31,55,249). Sum of RGB (Red+Green+Blue) = 31+55+249=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 249 (97.66% from 255 or 74.33% from 335); Max value from RGB is 249 - color contains mainly: blue. Hex color #1F37F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F37F9 is #E0C806. Grayscale: #454545. Windows color (decimal): -14731271 or 16332575. OLE color: 16332575.

HSL color Cylindrical-coordinate representation of color #1F37F9: hue angle of 233.39º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F37F9 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3155249-
CMYK0.880.7800.02
HSL233.39º94.78%54.9%-
HSV(B)233.39º87.55%97.65%-
XYZ19.039.8690.52-
YUV69.94229.05100.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.25%
GREEN value IS 55 (21.88% from 255) = 16.42%
BLUE value IS 249 (97.66% from 255) = 74.33%
R=9.25%
G=16.42%
B=74.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal31552490.880.7800.02233.3994.7854.9
Hex1F37F9584E02e95f37
Octal37673711301160235113767
Binary111111101111111100110110001001110010111010011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F37F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F37F9; }

 p { color: rgb(31,55,249); }

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

<style>
 a { background-color: #1F37F9; }

 a { background-color: rgb(31,55,249); }

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

<style>
 span { border-color: #1F37F9; }

 span { border-color: rgb(31,55,249); }

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