Shades of Neon Blue #4752FB
Tints of Neon Blue #4752FB
RGB
CMYK
RGB Variations
Color information
#4752FB (or 0x4752FB) is known color: Neon Blue. HEX triplet: 47, 52 and FB. RGB value is (71,82,251). Sum of RGB (Red+Green+Blue) = 71+82+251=404 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.57% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #4752FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4752FB is #B8AD04. Grayscale: #616161. Windows color (decimal): -12102917 or 16470599. OLE color: 16470599.
HSL color Cylindrical-coordinate representation of color #4752FB: hue angle of 236.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 #4752FB is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 82 | 251 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.02 |
| HSL | 236.33º | 0.96% | 0.63% | - |
| HSV(B) | 236.33º | 0.72% | 0.98% | - |
| XYZ | 23.03 | 14.34 | 92.82 | - |
| YUV | 97.98 | 214.36 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 251 | 0.72 | 0.67 | 0 | 0.02 | 236.33 | 0.96 | 0.63 |
| Hex | 47 | 52 | FB | 48 | 43 | 0 | 2 | EC | 60 | 3F |
| Octal | 107 | 122 | 373 | 110 | 103 | 0 | 2 | 354 | 140 | 77 |
| Binary | 1000111 | 1010010 | 11111011 | 1001000 | 1000011 | 0 | 10 | 11101100 | 1100000 | 111111 |
Color Harmonies of #4752FB
Complementary color
Monochromatic Colors of #4752FB
Black with #4752FB
Text Example
Text Example
White with #4752FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4752FB; }
p { color: rgb(71,82,251); }
H1.HeaderClassName
{
color: #4752FB;
}
.AnyTagClassName
{
color: #4752FB;
}
</style>
background-color css
<style>
a { background-color: #4752FB; }
a { background-color: rgb(71,82,251); }
div.DivClassName
{
background-color: #4752FB;
}
.BgClassName
{
background-color: #4752FB;
}
</style>
border-color css
<style>
span { border-color: #4752FB; }
span { border-color: rgb(71,82,251); }
td.TdClassName
{
border-color: #4752FB;
}
.TagClassName
{
border-color: #4752FB;
}
</style>