Html Css Color HEX #1F47FF Neon Blue

📋 copy color: '#1F47FF'

red 31 ◦ green 71 ◦ blue 255

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

Shades of Neon Blue #1F47FF

Tints of Neon Blue #1F47FF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.89%

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

R = 8.68%
G = 19.89%
B = 71.43%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1F47FF (or 0x1F47FF) is known color: Neon Blue. HEX triplet: 1F, 47 and FF. RGB value is (31,71,255). Sum of RGB (Red+Green+Blue) = 31+71+255=357 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.68% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F47FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F47FF is #E0B800. Grayscale: #4F4F4F. Windows color (decimal): -14727169 or 16729887. OLE color: 16729887.

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

Color convert

RGB 31 71 255 -
CMYK 0.88 0.72 0 0
HSL 229.29º 1% 0.56% -
HSV(B) 229.29º 0.88% 1% -
XYZ 20.87 12.02 95.83 -
YUV 80.02 226.75 93.04 -
System Red Green Blue C M Y K H S L
Decimal 31 71 255 0.88 0.72 0 0 229.29 1 0.56
Hex 1F 47 FF 58 48 0 0 E5 64 38
Octal 37 107 377 130 110 0 0 345 144 70
Binary 11111 1000111 11111111 1011000 1001000 0 0 11100101 1100100 111000

Color Harmonies of #1F47FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F47FF

Black with #1F47FF

Text Example


Text Example

White with #1F47FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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