Html Css Color HEX #1F49FF Neon Blue

📋 copy color: '#1F49FF'

red 31 ◦ green 73 ◦ blue 255

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

Shades of Neon Blue #1F49FF

Tints of Neon Blue #1F49FF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.33%

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

R = 8.64%
G = 20.33%
B = 71.03%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1F49FF (or 0x1F49FF) is known color: Neon Blue. HEX triplet: 1F, 49 and FF. RGB value is (31,73,255). Sum of RGB (Red+Green+Blue) = 31+73+255=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F49FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F49FF is #E0B600. Grayscale: #505050. Windows color (decimal): -14726657 or 16730399. OLE color: 16730399.

HSL color Cylindrical-coordinate representation of color #1F49FF: hue angle of 228.75º 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 #1F49FF is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 31 73 255 -
CMYK 0.88 0.71 0 0
HSL 228.75º 1% 0.56% -
HSV(B) 228.75º 0.88% 1% -
XYZ 21 12.28 95.87 -
YUV 81.19 226.09 92.2 -
System Red Green Blue C M Y K H S L
Decimal 31 73 255 0.88 0.71 0 0 228.75 1 0.56
Hex 1F 49 FF 58 47 0 0 E5 64 38
Octal 37 111 377 130 107 0 0 345 144 70
Binary 11111 1001001 11111111 1011000 1000111 0 0 11100101 1100100 111000

Color Harmonies of #1F49FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F49FF

Black with #1F49FF

Text Example


Text Example

White with #1F49FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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