Shades of Neon Blue #475DF8
Tints of Neon Blue #475DF8
RGB
CMYK
RGB Variations
Color information
#475DF8 (or 0x475DF8) is known color: Neon Blue. HEX triplet: 47, 5D and F8. RGB value is (71,93,248). Sum of RGB (Red+Green+Blue) = 71+93+248=412 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.23% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 248 (97.27% from 255 or 60.19% from 412); Max value from RGB is 248 - color contains mainly: blue. Hex color #475DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475DF8 is #B8A207. Grayscale: #676767. Windows color (decimal): -12100104 or 16276807. OLE color: 16276807.
HSL color Cylindrical-coordinate representation of color #475DF8: hue angle of 232.54º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #475DF8 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 71 | 93 | 248 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.03 |
| HSL | 232.54º | 0.93% | 0.63% | - |
| HSV(B) | 232.54º | 0.71% | 0.97% | - |
| XYZ | 23.46 | 15.95 | 90.65 | - |
| YUV | 104.09 | 209.21 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 248 | 0.71 | 0.62 | 0 | 0.03 | 232.54 | 0.93 | 0.63 |
| Hex | 47 | 5D | F8 | 47 | 3E | 0 | 3 | E9 | 5D | 3F |
| Octal | 107 | 135 | 370 | 107 | 76 | 0 | 3 | 351 | 135 | 77 |
| Binary | 1000111 | 1011101 | 11111000 | 1000111 | 111110 | 0 | 11 | 11101001 | 1011101 | 111111 |
Color Harmonies of #475DF8
Complementary color
Monochromatic Colors of #475DF8
Black with #475DF8
Text Example
Text Example
White with #475DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475DF8; }
p { color: rgb(71,93,248); }
H1.HeaderClassName
{
color: #475DF8;
}
.AnyTagClassName
{
color: #475DF8;
}
</style>
background-color css
<style>
a { background-color: #475DF8; }
a { background-color: rgb(71,93,248); }
div.DivClassName
{
background-color: #475DF8;
}
.BgClassName
{
background-color: #475DF8;
}
</style>
border-color css
<style>
span { border-color: #475DF8; }
span { border-color: rgb(71,93,248); }
td.TdClassName
{
border-color: #475DF8;
}
.TagClassName
{
border-color: #475DF8;
}
</style>