Shades of Neon Blue #474BFB
Tints of Neon Blue #474BFB
RGB
CMYK
RGB Variations
Color information
#474BFB (or 0x474BFB) is known color: Neon Blue. HEX triplet: 47, 4B and FB. RGB value is (71,75,251). Sum of RGB (Red+Green+Blue) = 71+75+251=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #474BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474BFB is #B8B404. Grayscale: #5D5D5D. Windows color (decimal): -12104709 or 16468807. OLE color: 16468807.
HSL color Cylindrical-coordinate representation of color #474BFB: hue angle of 238.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 #474BFB is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 75 | 251 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.02 |
| HSL | 238.67º | 0.96% | 0.63% | - |
| HSV(B) | 238.67º | 0.72% | 0.98% | - |
| XYZ | 22.53 | 13.34 | 92.65 | - |
| YUV | 93.87 | 216.67 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 251 | 0.72 | 0.70 | 0 | 0.02 | 238.67 | 0.96 | 0.63 |
| Hex | 47 | 4B | FB | 48 | 46 | 0 | 2 | EF | 60 | 3F |
| Octal | 107 | 113 | 373 | 110 | 106 | 0 | 2 | 357 | 140 | 77 |
| Binary | 1000111 | 1001011 | 11111011 | 1001000 | 1000110 | 0 | 10 | 11101111 | 1100000 | 111111 |
Color Harmonies of #474BFB
Complementary color
Monochromatic Colors of #474BFB
Black with #474BFB
Text Example
Text Example
White with #474BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474BFB; }
p { color: rgb(71,75,251); }
H1.HeaderClassName
{
color: #474BFB;
}
.AnyTagClassName
{
color: #474BFB;
}
</style>
background-color css
<style>
a { background-color: #474BFB; }
a { background-color: rgb(71,75,251); }
div.DivClassName
{
background-color: #474BFB;
}
.BgClassName
{
background-color: #474BFB;
}
</style>
border-color css
<style>
span { border-color: #474BFB; }
span { border-color: rgb(71,75,251); }
td.TdClassName
{
border-color: #474BFB;
}
.TagClassName
{
border-color: #474BFB;
}
</style>