Shades of Neon Blue #4752FE
Tints of Neon Blue #4752FE
RGB
CMYK
RGB Variations
Color information
#4752FE (or 0x4752FE) is known color: Neon Blue. HEX triplet: 47, 52 and FE. RGB value is (71,82,254). Sum of RGB (Red+Green+Blue) = 71+82+254=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #4752FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4752FE is #B8AD01. Grayscale: #616161. Windows color (decimal): -12102914 or 16667207. OLE color: 16667207.
HSL color Cylindrical-coordinate representation of color #4752FE: hue angle of 236.39º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4752FE is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 82 | 254 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.00 |
| HSL | 236.39º | 0.99% | 0.64% | - |
| HSV(B) | 236.39º | 0.72% | 1% | - |
| XYZ | 23.51 | 14.53 | 95.33 | - |
| YUV | 98.32 | 215.86 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 254 | 0.72 | 0.68 | 0 | 0.00 | 236.39 | 0.99 | 0.64 |
| Hex | 47 | 52 | FE | 48 | 44 | 0 | 0 | EC | 63 | 40 |
| Octal | 107 | 122 | 376 | 110 | 104 | 0 | 0 | 354 | 143 | 100 |
| Binary | 1000111 | 1010010 | 11111110 | 1001000 | 1000100 | 0 | 0 | 11101100 | 1100011 | 1000000 |
Color Harmonies of #4752FE
Complementary color
Monochromatic Colors of #4752FE
Black with #4752FE
Text Example
Text Example
White with #4752FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4752FE; }
p { color: rgb(71,82,254); }
H1.HeaderClassName
{
color: #4752FE;
}
.AnyTagClassName
{
color: #4752FE;
}
</style>
background-color css
<style>
a { background-color: #4752FE; }
a { background-color: rgb(71,82,254); }
div.DivClassName
{
background-color: #4752FE;
}
.BgClassName
{
background-color: #4752FE;
}
</style>
border-color css
<style>
span { border-color: #4752FE; }
span { border-color: rgb(71,82,254); }
td.TdClassName
{
border-color: #4752FE;
}
.TagClassName
{
border-color: #4752FE;
}
</style>