Shades of Neon Blue #4C54FD
Tints of Neon Blue #4C54FD
RGB
CMYK
RGB Variations
Color information
#4C54FD (or 0x4C54FD) is known color: Neon Blue. HEX triplet: 4C, 54 and FD. RGB value is (76,84,253). Sum of RGB (Red+Green+Blue) = 76+84+253=413 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.40% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #4C54FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C54FD is #B3AB02. Grayscale: #646464. Windows color (decimal): -11774723 or 16602188. OLE color: 16602188.
HSL color Cylindrical-coordinate representation of color #4C54FD: hue angle of 237.29º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C54FD is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 84 | 253 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.01 |
| HSL | 237.29º | 0.98% | 0.65% | - |
| HSV(B) | 237.29º | 0.7% | 0.99% | - |
| XYZ | 23.88 | 14.97 | 94.56 | - |
| YUV | 100.87 | 213.85 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 84 | 253 | 0.70 | 0.67 | 0 | 0.01 | 237.29 | 0.98 | 0.65 |
| Hex | 4C | 54 | FD | 46 | 43 | 0 | 1 | ED | 62 | 41 |
| Octal | 114 | 124 | 375 | 106 | 103 | 0 | 1 | 355 | 142 | 101 |
| Binary | 1001100 | 1010100 | 11111101 | 1000110 | 1000011 | 0 | 1 | 11101101 | 1100010 | 1000001 |
Color Harmonies of #4C54FD
Complementary color
Monochromatic Colors of #4C54FD
Black with #4C54FD
Text Example
Text Example
White with #4C54FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C54FD; }
p { color: rgb(76,84,253); }
H1.HeaderClassName
{
color: #4C54FD;
}
.AnyTagClassName
{
color: #4C54FD;
}
</style>
background-color css
<style>
a { background-color: #4C54FD; }
a { background-color: rgb(76,84,253); }
div.DivClassName
{
background-color: #4C54FD;
}
.BgClassName
{
background-color: #4C54FD;
}
</style>
border-color css
<style>
span { border-color: #4C54FD; }
span { border-color: rgb(76,84,253); }
td.TdClassName
{
border-color: #4C54FD;
}
.TagClassName
{
border-color: #4C54FD;
}
</style>