Shades of Neon Blue #475FFE
Tints of Neon Blue #475FFE
RGB
CMYK
RGB Variations
Color information
#475FFE (or 0x475FFE) is known color: Neon Blue. HEX triplet: 47, 5F and FE. RGB value is (71,95,254). Sum of RGB (Red+Green+Blue) = 71+95+254=420 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.90% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #475FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475FFE is #B8A001. Grayscale: #696969. Windows color (decimal): -12099586 or 16670535. OLE color: 16670535.
HSL color Cylindrical-coordinate representation of color #475FFE: hue angle of 232.13º 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 #475FFE is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 95 | 254 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.00 |
| HSL | 232.13º | 0.99% | 0.64% | - |
| HSV(B) | 232.13º | 0.72% | 1% | - |
| XYZ | 24.58 | 16.68 | 95.69 | - |
| YUV | 105.95 | 211.55 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 95 | 254 | 0.72 | 0.63 | 0 | 0.00 | 232.13 | 0.99 | 0.64 |
| Hex | 47 | 5F | FE | 48 | 3F | 0 | 0 | E8 | 63 | 40 |
| Octal | 107 | 137 | 376 | 110 | 77 | 0 | 0 | 350 | 143 | 100 |
| Binary | 1000111 | 1011111 | 11111110 | 1001000 | 111111 | 0 | 0 | 11101000 | 1100011 | 1000000 |
Color Harmonies of #475FFE
Complementary color
Monochromatic Colors of #475FFE
Black with #475FFE
Text Example
Text Example
White with #475FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475FFE; }
p { color: rgb(71,95,254); }
H1.HeaderClassName
{
color: #475FFE;
}
.AnyTagClassName
{
color: #475FFE;
}
</style>
background-color css
<style>
a { background-color: #475FFE; }
a { background-color: rgb(71,95,254); }
div.DivClassName
{
background-color: #475FFE;
}
.BgClassName
{
background-color: #475FFE;
}
</style>
border-color css
<style>
span { border-color: #475FFE; }
span { border-color: rgb(71,95,254); }
td.TdClassName
{
border-color: #475FFE;
}
.TagClassName
{
border-color: #475FFE;
}
</style>