Shades of Neon Blue #4C4BFD
Tints of Neon Blue #4C4BFD
RGB
CMYK
RGB Variations
Color information
#4C4BFD (or 0x4C4BFD) is known color: Neon Blue. HEX triplet: 4C, 4B and FD. RGB value is (76,75,253). Sum of RGB (Red+Green+Blue) = 76+75+253=404 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.81% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #4C4BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C4BFD is #B3B402. Grayscale: #5E5E5E. Windows color (decimal): -11777027 or 16599884. OLE color: 16599884.
HSL color Cylindrical-coordinate representation of color #4C4BFD: hue angle of 240.34º degrees, saturation: 0.98, 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 #4C4BFD is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 75 | 253 | - |
| CMYK | 0.70 | 0.70 | 0 | 0.01 |
| HSL | 240.34º | 0.98% | 0.64% | - |
| HSV(B) | 240.34º | 0.7% | 0.99% | - |
| XYZ | 23.23 | 13.66 | 94.34 | - |
| YUV | 95.59 | 216.83 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 75 | 253 | 0.70 | 0.70 | 0 | 0.01 | 240.34 | 0.98 | 0.64 |
| Hex | 4C | 4B | FD | 46 | 46 | 0 | 1 | F0 | 62 | 40 |
| Octal | 114 | 113 | 375 | 106 | 106 | 0 | 1 | 360 | 142 | 100 |
| Binary | 1001100 | 1001011 | 11111101 | 1000110 | 1000110 | 0 | 1 | 11110000 | 1100010 | 1000000 |
Color Harmonies of #4C4BFD
Complementary color
Monochromatic Colors of #4C4BFD
Black with #4C4BFD
Text Example
Text Example
White with #4C4BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4BFD; }
p { color: rgb(76,75,253); }
H1.HeaderClassName
{
color: #4C4BFD;
}
.AnyTagClassName
{
color: #4C4BFD;
}
</style>
background-color css
<style>
a { background-color: #4C4BFD; }
a { background-color: rgb(76,75,253); }
div.DivClassName
{
background-color: #4C4BFD;
}
.BgClassName
{
background-color: #4C4BFD;
}
</style>
border-color css
<style>
span { border-color: #4C4BFD; }
span { border-color: rgb(76,75,253); }
td.TdClassName
{
border-color: #4C4BFD;
}
.TagClassName
{
border-color: #4C4BFD;
}
</style>