Shades of Neon Blue #474BFE
Tints of Neon Blue #474BFE
RGB
CMYK
RGB Variations
Color information
#474BFE (or 0x474BFE) is known color: Neon Blue. HEX triplet: 47, 4B and FE. RGB value is (71,75,254). Sum of RGB (Red+Green+Blue) = 71+75+254=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #474BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474BFE is #B8B401. Grayscale: #5D5D5D. Windows color (decimal): -12104706 or 16665415. OLE color: 16665415.
HSL color Cylindrical-coordinate representation of color #474BFE: hue angle of 238.69º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #474BFE is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 75 | 254 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.00 |
| HSL | 238.69º | 0.99% | 0.64% | - |
| HSV(B) | 238.69º | 0.72% | 1% | - |
| XYZ | 23 | 13.53 | 95.16 | - |
| YUV | 94.21 | 218.17 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 254 | 0.72 | 0.70 | 0 | 0.00 | 238.69 | 0.99 | 0.64 |
| Hex | 47 | 4B | FE | 48 | 46 | 0 | 0 | EF | 63 | 40 |
| Octal | 107 | 113 | 376 | 110 | 106 | 0 | 0 | 357 | 143 | 100 |
| Binary | 1000111 | 1001011 | 11111110 | 1001000 | 1000110 | 0 | 0 | 11101111 | 1100011 | 1000000 |
Color Harmonies of #474BFE
Complementary color
Monochromatic Colors of #474BFE
Black with #474BFE
Text Example
Text Example
White with #474BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474BFE; }
p { color: rgb(71,75,254); }
H1.HeaderClassName
{
color: #474BFE;
}
.AnyTagClassName
{
color: #474BFE;
}
</style>
background-color css
<style>
a { background-color: #474BFE; }
a { background-color: rgb(71,75,254); }
div.DivClassName
{
background-color: #474BFE;
}
.BgClassName
{
background-color: #474BFE;
}
</style>
border-color css
<style>
span { border-color: #474BFE; }
span { border-color: rgb(71,75,254); }
td.TdClassName
{
border-color: #474BFE;
}
.TagClassName
{
border-color: #474BFE;
}
</style>