Shades of Neon Blue #4C5FFF
Tints of Neon Blue #4C5FFF
RGB
CMYK
RGB Variations
Color information
#4C5FFF (or 0x4C5FFF) is known color: Neon Blue. HEX triplet: 4C, 5F and FF. RGB value is (76,95,255). Sum of RGB (Red+Green+Blue) = 76+95+255=426 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.84% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C5FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5FFF is #B3A000. Grayscale: #6A6A6A. Windows color (decimal): -11771905 or 16736076. OLE color: 16736076.
HSL color Cylindrical-coordinate representation of color #4C5FFF: hue angle of 233.63º 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 #4C5FFF is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 95 | 255 | - |
| CMYK | 0.70 | 0.63 | 0 | 0 |
| HSL | 233.63º | 1% | 0.65% | - |
| HSV(B) | 233.63º | 0.7% | 1% | - |
| XYZ | 25.12 | 16.94 | 96.55 | - |
| YUV | 107.56 | 211.21 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 95 | 255 | 0.70 | 0.63 | 0 | 0 | 233.63 | 1 | 0.65 |
| Hex | 4C | 5F | FF | 46 | 3F | 0 | 0 | EA | 64 | 41 |
| Octal | 114 | 137 | 377 | 106 | 77 | 0 | 0 | 352 | 144 | 101 |
| Binary | 1001100 | 1011111 | 11111111 | 1000110 | 111111 | 0 | 0 | 11101010 | 1100100 | 1000001 |
Color Harmonies of #4C5FFF
Complementary color
Monochromatic Colors of #4C5FFF
Black with #4C5FFF
Text Example
Text Example
White with #4C5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5FFF; }
p { color: rgb(76,95,255); }
H1.HeaderClassName
{
color: #4C5FFF;
}
.AnyTagClassName
{
color: #4C5FFF;
}
</style>
background-color css
<style>
a { background-color: #4C5FFF; }
a { background-color: rgb(76,95,255); }
div.DivClassName
{
background-color: #4C5FFF;
}
.BgClassName
{
background-color: #4C5FFF;
}
</style>
border-color css
<style>
span { border-color: #4C5FFF; }
span { border-color: rgb(76,95,255); }
td.TdClassName
{
border-color: #4C5FFF;
}
.TagClassName
{
border-color: #4C5FFF;
}
</style>