Shades of Neon Blue #4C65FF
Tints of Neon Blue #4C65FF
RGB
CMYK
RGB Variations
Color information
#4C65FF (or 0x4C65FF) is known color: Neon Blue. HEX triplet: 4C, 65 and FF. RGB value is (76,101,255). Sum of RGB (Red+Green+Blue) = 76+101+255=432 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.59% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C65FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C65FF is #B39A00. Grayscale: #6E6E6E. Windows color (decimal): -11770369 or 16737612. OLE color: 16737612.
HSL color Cylindrical-coordinate representation of color #4C65FF: hue angle of 231.62º 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 #4C65FF is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 101 | 255 | - |
| CMYK | 0.70 | 0.60 | 0 | 0 |
| HSL | 231.62º | 1% | 0.65% | - |
| HSV(B) | 231.62º | 0.7% | 1% | - |
| XYZ | 25.68 | 18.06 | 96.74 | - |
| YUV | 111.08 | 209.22 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 101 | 255 | 0.70 | 0.60 | 0 | 0 | 231.62 | 1 | 0.65 |
| Hex | 4C | 65 | FF | 46 | 3C | 0 | 0 | E8 | 64 | 41 |
| Octal | 114 | 145 | 377 | 106 | 74 | 0 | 0 | 350 | 144 | 101 |
| Binary | 1001100 | 1100101 | 11111111 | 1000110 | 111100 | 0 | 0 | 11101000 | 1100100 | 1000001 |
Color Harmonies of #4C65FF
Complementary color
Monochromatic Colors of #4C65FF
Black with #4C65FF
Text Example
Text Example
White with #4C65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C65FF; }
p { color: rgb(76,101,255); }
H1.HeaderClassName
{
color: #4C65FF;
}
.AnyTagClassName
{
color: #4C65FF;
}
</style>
background-color css
<style>
a { background-color: #4C65FF; }
a { background-color: rgb(76,101,255); }
div.DivClassName
{
background-color: #4C65FF;
}
.BgClassName
{
background-color: #4C65FF;
}
</style>
border-color css
<style>
span { border-color: #4C65FF; }
span { border-color: rgb(76,101,255); }
td.TdClassName
{
border-color: #4C65FF;
}
.TagClassName
{
border-color: #4C65FF;
}
</style>