Shades of Neon Blue #4C51EA
Tints of Neon Blue #4C51EA
RGB
CMYK
RGB Variations
Color information
#4C51EA (or 0x4C51EA) is known color: Neon Blue. HEX triplet: 4C, 51 and EA. RGB value is (76,81,234). Sum of RGB (Red+Green+Blue) = 76+81+234=391 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.44% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #4C51EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C51EA is #B3AE15. Grayscale: #606060. Windows color (decimal): -11775510 or 15356236. OLE color: 15356236.
HSL color Cylindrical-coordinate representation of color #4C51EA: hue angle of 238.1º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C51EA is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 81 | 234 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.08 |
| HSL | 238.1º | 0.79% | 0.61% | - |
| HSV(B) | 238.1º | 0.68% | 0.92% | - |
| XYZ | 20.77 | 13.36 | 79.33 | - |
| YUV | 96.95 | 205.34 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 81 | 234 | 0.68 | 0.65 | 0 | 0.08 | 238.1 | 0.79 | 0.61 |
| Hex | 4C | 51 | EA | 44 | 41 | 0 | 8 | EE | 4F | 3D |
| Octal | 114 | 121 | 352 | 104 | 101 | 0 | 10 | 356 | 117 | 75 |
| Binary | 1001100 | 1010001 | 11101010 | 1000100 | 1000001 | 0 | 1000 | 11101110 | 1001111 | 111101 |
Color Harmonies of #4C51EA
Complementary color
Monochromatic Colors of #4C51EA
Black with #4C51EA
Text Example
Text Example
White with #4C51EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C51EA; }
p { color: rgb(76,81,234); }
H1.HeaderClassName
{
color: #4C51EA;
}
.AnyTagClassName
{
color: #4C51EA;
}
</style>
background-color css
<style>
a { background-color: #4C51EA; }
a { background-color: rgb(76,81,234); }
div.DivClassName
{
background-color: #4C51EA;
}
.BgClassName
{
background-color: #4C51EA;
}
</style>
border-color css
<style>
span { border-color: #4C51EA; }
span { border-color: rgb(76,81,234); }
td.TdClassName
{
border-color: #4C51EA;
}
.TagClassName
{
border-color: #4C51EA;
}
</style>