Shades of Neon Blue #4C45FF
Tints of Neon Blue #4C45FF
RGB
CMYK
RGB Variations
Color information
#4C45FF (or 0x4C45FF) is known color: Neon Blue. HEX triplet: 4C, 45 and FF. RGB value is (76,69,255). Sum of RGB (Red+Green+Blue) = 76+69+255=400 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C45FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C45FF is #B3BA00. Grayscale: #5B5B5B. Windows color (decimal): -11778561 or 16729420. OLE color: 16729420.
HSL color Cylindrical-coordinate representation of color #4C45FF: hue angle of 242.26º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C45FF is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 69 | 255 | - |
| CMYK | 0.70 | 0.73 | 0 | 0 |
| HSL | 242.26º | 1% | 0.64% | - |
| HSV(B) | 242.26º | 0.73% | 1% | - |
| XYZ | 23.16 | 13.01 | 95.9 | - |
| YUV | 92.3 | 219.82 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 255 | 0.70 | 0.73 | 0 | 0 | 242.26 | 1 | 0.64 |
| Hex | 4C | 45 | FF | 46 | 49 | 0 | 0 | F2 | 64 | 40 |
| Octal | 114 | 105 | 377 | 106 | 111 | 0 | 0 | 362 | 144 | 100 |
| Binary | 1001100 | 1000101 | 11111111 | 1000110 | 1001001 | 0 | 0 | 11110010 | 1100100 | 1000000 |
Color Harmonies of #4C45FF
Complementary color
Monochromatic Colors of #4C45FF
Black with #4C45FF
Text Example
Text Example
White with #4C45FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C45FF; }
p { color: rgb(76,69,255); }
H1.HeaderClassName
{
color: #4C45FF;
}
.AnyTagClassName
{
color: #4C45FF;
}
</style>
background-color css
<style>
a { background-color: #4C45FF; }
a { background-color: rgb(76,69,255); }
div.DivClassName
{
background-color: #4C45FF;
}
.BgClassName
{
background-color: #4C45FF;
}
</style>
border-color css
<style>
span { border-color: #4C45FF; }
span { border-color: rgb(76,69,255); }
td.TdClassName
{
border-color: #4C45FF;
}
.TagClassName
{
border-color: #4C45FF;
}
</style>