Shades of Neon Blue #4C58FF
Tints of Neon Blue #4C58FF
RGB
CMYK
RGB Variations
Color information
#4C58FF (or 0x4C58FF) is known color: Neon Blue. HEX triplet: 4C, 58 and FF. RGB value is (76,88,255). Sum of RGB (Red+Green+Blue) = 76+88+255=419 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.14% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C58FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C58FF is #B3A700. Grayscale: #666666. Windows color (decimal): -11773697 or 16734284. OLE color: 16734284.
HSL color Cylindrical-coordinate representation of color #4C58FF: hue angle of 235.98º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C58FF is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 88 | 255 | - |
| CMYK | 0.70 | 0.65 | 0 | 0 |
| HSL | 235.98º | 1% | 0.65% | - |
| HSV(B) | 235.98º | 0.7% | 1% | - |
| XYZ | 24.52 | 15.74 | 96.35 | - |
| YUV | 103.45 | 213.52 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 255 | 0.70 | 0.65 | 0 | 0 | 235.98 | 1 | 0.65 |
| Hex | 4C | 58 | FF | 46 | 41 | 0 | 0 | EC | 64 | 41 |
| Octal | 114 | 130 | 377 | 106 | 101 | 0 | 0 | 354 | 144 | 101 |
| Binary | 1001100 | 1011000 | 11111111 | 1000110 | 1000001 | 0 | 0 | 11101100 | 1100100 | 1000001 |
Color Harmonies of #4C58FF
Complementary color
Monochromatic Colors of #4C58FF
Black with #4C58FF
Text Example
Text Example
White with #4C58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C58FF; }
p { color: rgb(76,88,255); }
H1.HeaderClassName
{
color: #4C58FF;
}
.AnyTagClassName
{
color: #4C58FF;
}
</style>
background-color css
<style>
a { background-color: #4C58FF; }
a { background-color: rgb(76,88,255); }
div.DivClassName
{
background-color: #4C58FF;
}
.BgClassName
{
background-color: #4C58FF;
}
</style>
border-color css
<style>
span { border-color: #4C58FF; }
span { border-color: rgb(76,88,255); }
td.TdClassName
{
border-color: #4C58FF;
}
.TagClassName
{
border-color: #4C58FF;
}
</style>