Shades of Neon Blue #474CFB
Tints of Neon Blue #474CFB
RGB
CMYK
RGB Variations
Color information
#474CFB (or 0x474CFB) is known color: Neon Blue. HEX triplet: 47, 4C and FB. RGB value is (71,76,251). Sum of RGB (Red+Green+Blue) = 71+76+251=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #474CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474CFB is #B8B304. Grayscale: #5D5D5D. Windows color (decimal): -12104453 or 16469063. OLE color: 16469063.
HSL color Cylindrical-coordinate representation of color #474CFB: hue angle of 238.33º 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 #474CFB is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 76 | 251 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.02 |
| HSL | 238.33º | 0.96% | 0.63% | - |
| HSV(B) | 238.33º | 0.72% | 0.98% | - |
| XYZ | 22.6 | 13.47 | 92.68 | - |
| YUV | 94.46 | 216.34 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 251 | 0.72 | 0.70 | 0 | 0.02 | 238.33 | 0.96 | 0.63 |
| Hex | 47 | 4C | FB | 48 | 46 | 0 | 2 | EE | 60 | 3F |
| Octal | 107 | 114 | 373 | 110 | 106 | 0 | 2 | 356 | 140 | 77 |
| Binary | 1000111 | 1001100 | 11111011 | 1001000 | 1000110 | 0 | 10 | 11101110 | 1100000 | 111111 |
Color Harmonies of #474CFB
Complementary color
Monochromatic Colors of #474CFB
Black with #474CFB
Text Example
Text Example
White with #474CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474CFB; }
p { color: rgb(71,76,251); }
H1.HeaderClassName
{
color: #474CFB;
}
.AnyTagClassName
{
color: #474CFB;
}
</style>
background-color css
<style>
a { background-color: #474CFB; }
a { background-color: rgb(71,76,251); }
div.DivClassName
{
background-color: #474CFB;
}
.BgClassName
{
background-color: #474CFB;
}
</style>
border-color css
<style>
span { border-color: #474CFB; }
span { border-color: rgb(71,76,251); }
td.TdClassName
{
border-color: #474CFB;
}
.TagClassName
{
border-color: #474CFB;
}
</style>