Shades of Neon Blue #475AFB
Tints of Neon Blue #475AFB
RGB
CMYK
RGB Variations
Color information
#475AFB (or 0x475AFB) is known color: Neon Blue. HEX triplet: 47, 5A and FB. RGB value is (71,90,251). Sum of RGB (Red+Green+Blue) = 71+90+251=412 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.23% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #475AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475AFB is #B8A504. Grayscale: #666666. Windows color (decimal): -12100869 or 16472647. OLE color: 16472647.
HSL color Cylindrical-coordinate representation of color #475AFB: hue angle of 233.67º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #475AFB is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 90 | 251 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.02 |
| HSL | 233.67º | 0.96% | 0.63% | - |
| HSV(B) | 233.67º | 0.72% | 0.98% | - |
| XYZ | 23.67 | 15.62 | 93.03 | - |
| YUV | 102.67 | 211.71 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 90 | 251 | 0.72 | 0.64 | 0 | 0.02 | 233.67 | 0.96 | 0.63 |
| Hex | 47 | 5A | FB | 48 | 40 | 0 | 2 | EA | 60 | 3F |
| Octal | 107 | 132 | 373 | 110 | 100 | 0 | 2 | 352 | 140 | 77 |
| Binary | 1000111 | 1011010 | 11111011 | 1001000 | 1000000 | 0 | 10 | 11101010 | 1100000 | 111111 |
Color Harmonies of #475AFB
Complementary color
Monochromatic Colors of #475AFB
Black with #475AFB
Text Example
Text Example
White with #475AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475AFB; }
p { color: rgb(71,90,251); }
H1.HeaderClassName
{
color: #475AFB;
}
.AnyTagClassName
{
color: #475AFB;
}
</style>
background-color css
<style>
a { background-color: #475AFB; }
a { background-color: rgb(71,90,251); }
div.DivClassName
{
background-color: #475AFB;
}
.BgClassName
{
background-color: #475AFB;
}
</style>
border-color css
<style>
span { border-color: #475AFB; }
span { border-color: rgb(71,90,251); }
td.TdClassName
{
border-color: #475AFB;
}
.TagClassName
{
border-color: #475AFB;
}
</style>