Html Css Color HEX #1F37FE Neon Blue

📋 copy color: '#1F37FE'

red 31 ◦ green 55 ◦ blue 254

#1F37FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #1F37FE

Tints of Neon Blue #1F37FE

RGB

 RED value IS 31 (12.5% from 255) = 9.12%

 GREEN value IS 55 (21.88% from 255) = 16.18%

 BLUE value IS 254 (99.61% from 255) = 74.71%

R = 9.12%
G = 16.18%
B = 74.71%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1F37FE (or 0x1F37FE) is known color: Neon Blue. HEX triplet: 1F, 37 and FE. RGB value is (31,55,254). Sum of RGB (Red+Green+Blue) = 31+55+254=340 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.12% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F37FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F37FE is #E0C801. Grayscale: #454545. Windows color (decimal): -14731266 or 16660255. OLE color: 16660255.

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

Color convert

RGB 31 55 254 -
CMYK 0.88 0.78 0 0.00
HSL 233.54º 0.99% 0.56% -
HSV(B) 233.54º 0.88% 1% -
XYZ 19.82 10.18 94.69 -
YUV 70.51 231.55 99.82 -
System Red Green Blue C M Y K H S L
Decimal 31 55 254 0.88 0.78 0 0.00 233.54 0.99 0.56
Hex 1F 37 FE 58 4E 0 0 EA 63 38
Octal 37 67 376 130 116 0 0 352 143 70
Binary 11111 110111 11111110 1011000 1001110 0 0 11101010 1100011 111000

Color Harmonies of #1F37FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F37FE

Black with #1F37FE

Text Example


Text Example

White with #1F37FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F37FE;
 }
 .AnyTagClassName
 {
   color: #1F37FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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