Html Css Color HEX #1F40FF Neon Blue

📋 copy color: '#1F40FF'

red 31 ◦ green 64 ◦ blue 255

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

Shades of Neon Blue #1F40FF

Tints of Neon Blue #1F40FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.29%

 BLUE value IS 255 (100% from 255) = 72.86%

R = 8.86%
G = 18.29%
B = 72.86%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1F40FF (or 0x1F40FF) is known color: Neon Blue. HEX triplet: 1F, 40 and FF. RGB value is (31,64,255). Sum of RGB (Red+Green+Blue) = 31+64+255=350 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.86% from 350); Green value is 64 (25.39% from 255 or 18.29% 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 #1F40FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F40FF is #E0BF00. Grayscale: #4B4B4B. Windows color (decimal): -14728961 or 16728095. OLE color: 16728095.

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

Color convert

RGB 31 64 255 -
CMYK 0.88 0.75 0 0
HSL 231.16º 1% 0.56% -
HSV(B) 231.16º 0.88% 1% -
XYZ 20.45 11.18 95.69 -
YUV 75.91 229.07 95.97 -
System Red Green Blue C M Y K H S L
Decimal 31 64 255 0.88 0.75 0 0 231.16 1 0.56
Hex 1F 40 FF 58 4B 0 0 E7 64 38
Octal 37 100 377 130 113 0 0 347 144 70
Binary 11111 1000000 11111111 1011000 1001011 0 0 11100111 1100100 111000

Color Harmonies of #1F40FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F40FF

Black with #1F40FF

Text Example


Text Example

White with #1F40FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,64,255); }

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

background-color css

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

 a { background-color: rgb(31,64,255); }

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

border-color css

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

 span { border-color: rgb(31,64,255); }

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