Shades of Neon Blue #4C67FF
Tints of Neon Blue #4C67FF
RGB
CMYK
RGB Variations
Color information
#4C67FF (or 0x4C67FF) is known color: Neon Blue. HEX triplet: 4C, 67 and FF. RGB value is (76,103,255). Sum of RGB (Red+Green+Blue) = 76+103+255=434 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.51% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C67FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C67FF is #B39800. Grayscale: #6F6F6F. Windows color (decimal): -11769857 or 16738124. OLE color: 16738124.
HSL color Cylindrical-coordinate representation of color #4C67FF: hue angle of 230.95º 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 #4C67FF is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 103 | 255 | - |
| CMYK | 0.70 | 0.60 | 0 | 0 |
| HSL | 230.95º | 1% | 0.65% | - |
| HSV(B) | 230.95º | 0.7% | 1% | - |
| XYZ | 25.88 | 18.46 | 96.81 | - |
| YUV | 112.26 | 208.55 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 103 | 255 | 0.70 | 0.60 | 0 | 0 | 230.95 | 1 | 0.65 |
| Hex | 4C | 67 | FF | 46 | 3C | 0 | 0 | E7 | 64 | 41 |
| Octal | 114 | 147 | 377 | 106 | 74 | 0 | 0 | 347 | 144 | 101 |
| Binary | 1001100 | 1100111 | 11111111 | 1000110 | 111100 | 0 | 0 | 11100111 | 1100100 | 1000001 |
Color Harmonies of #4C67FF
Complementary color
Monochromatic Colors of #4C67FF
Black with #4C67FF
Text Example
Text Example
White with #4C67FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C67FF; }
p { color: rgb(76,103,255); }
H1.HeaderClassName
{
color: #4C67FF;
}
.AnyTagClassName
{
color: #4C67FF;
}
</style>
background-color css
<style>
a { background-color: #4C67FF; }
a { background-color: rgb(76,103,255); }
div.DivClassName
{
background-color: #4C67FF;
}
.BgClassName
{
background-color: #4C67FF;
}
</style>
border-color css
<style>
span { border-color: #4C67FF; }
span { border-color: rgb(76,103,255); }
td.TdClassName
{
border-color: #4C67FF;
}
.TagClassName
{
border-color: #4C67FF;
}
</style>