Shades of Neon Blue #4C5DFF
Tints of Neon Blue #4C5DFF
RGB
CMYK
RGB Variations
Color information
#4C5DFF (or 0x4C5DFF) is known color: Neon Blue. HEX triplet: 4C, 5D and FF. RGB value is (76,93,255). Sum of RGB (Red+Green+Blue) = 76+93+255=424 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.92% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C5DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5DFF is #B3A200. Grayscale: #696969. Windows color (decimal): -11772417 or 16735564. OLE color: 16735564.
HSL color Cylindrical-coordinate representation of color #4C5DFF: hue angle of 234.3º 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 #4C5DFF is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 93 | 255 | - |
| CMYK | 0.70 | 0.64 | 0 | 0 |
| HSL | 234.3º | 1% | 0.65% | - |
| HSV(B) | 234.3º | 0.7% | 1% | - |
| XYZ | 24.94 | 16.59 | 96.49 | - |
| YUV | 106.39 | 211.87 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 93 | 255 | 0.70 | 0.64 | 0 | 0 | 234.3 | 1 | 0.65 |
| Hex | 4C | 5D | FF | 46 | 40 | 0 | 0 | EA | 64 | 41 |
| Octal | 114 | 135 | 377 | 106 | 100 | 0 | 0 | 352 | 144 | 101 |
| Binary | 1001100 | 1011101 | 11111111 | 1000110 | 1000000 | 0 | 0 | 11101010 | 1100100 | 1000001 |
Color Harmonies of #4C5DFF
Complementary color
Monochromatic Colors of #4C5DFF
Black with #4C5DFF
Text Example
Text Example
White with #4C5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5DFF; }
p { color: rgb(76,93,255); }
H1.HeaderClassName
{
color: #4C5DFF;
}
.AnyTagClassName
{
color: #4C5DFF;
}
</style>
background-color css
<style>
a { background-color: #4C5DFF; }
a { background-color: rgb(76,93,255); }
div.DivClassName
{
background-color: #4C5DFF;
}
.BgClassName
{
background-color: #4C5DFF;
}
</style>
border-color css
<style>
span { border-color: #4C5DFF; }
span { border-color: rgb(76,93,255); }
td.TdClassName
{
border-color: #4C5DFF;
}
.TagClassName
{
border-color: #4C5DFF;
}
</style>