Shades of Neon Blue #4C67FC
Tints of Neon Blue #4C67FC
RGB
CMYK
RGB Variations
Color information
#4C67FC (or 0x4C67FC) is known color: Neon Blue. HEX triplet: 4C, 67 and FC. RGB value is (76,103,252). Sum of RGB (Red+Green+Blue) = 76+103+252=431 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.63% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C67FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C67FC is #B39803. Grayscale: #6F6F6F. Windows color (decimal): -11769860 or 16541516. OLE color: 16541516.
HSL color Cylindrical-coordinate representation of color #4C67FC: hue angle of 230.8º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C67FC is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 103 | 252 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.01 |
| HSL | 230.8º | 0.97% | 0.64% | - |
| HSV(B) | 230.8º | 0.7% | 0.99% | - |
| XYZ | 25.4 | 18.27 | 94.28 | - |
| YUV | 111.91 | 207.05 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 103 | 252 | 0.70 | 0.59 | 0 | 0.01 | 230.8 | 0.97 | 0.64 |
| Hex | 4C | 67 | FC | 46 | 3B | 0 | 1 | E7 | 61 | 40 |
| Octal | 114 | 147 | 374 | 106 | 73 | 0 | 1 | 347 | 141 | 100 |
| Binary | 1001100 | 1100111 | 11111100 | 1000110 | 111011 | 0 | 1 | 11100111 | 1100001 | 1000000 |
Color Harmonies of #4C67FC
Complementary color
Monochromatic Colors of #4C67FC
Black with #4C67FC
Text Example
Text Example
White with #4C67FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C67FC; }
p { color: rgb(76,103,252); }
H1.HeaderClassName
{
color: #4C67FC;
}
.AnyTagClassName
{
color: #4C67FC;
}
</style>
background-color css
<style>
a { background-color: #4C67FC; }
a { background-color: rgb(76,103,252); }
div.DivClassName
{
background-color: #4C67FC;
}
.BgClassName
{
background-color: #4C67FC;
}
</style>
border-color css
<style>
span { border-color: #4C67FC; }
span { border-color: rgb(76,103,252); }
td.TdClassName
{
border-color: #4C67FC;
}
.TagClassName
{
border-color: #4C67FC;
}
</style>