Shades of Neon Blue #4D53FC
Tints of Neon Blue #4D53FC
RGB
CMYK
RGB Variations
Color information
#4D53FC (or 0x4D53FC) is known color: Neon Blue. HEX triplet: 4D, 53 and FC. RGB value is (77,83,252). Sum of RGB (Red+Green+Blue) = 77+83+252=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D53FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D53FC is #B2AC03. Grayscale: #636363. Windows color (decimal): -11709444 or 16536397. OLE color: 16536397.
HSL color Cylindrical-coordinate representation of color #4D53FC: hue angle of 237.94º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D53FC is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 83 | 252 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.01 |
| HSL | 237.94º | 0.97% | 0.65% | - |
| HSV(B) | 237.94º | 0.69% | 0.99% | - |
| XYZ | 23.72 | 14.79 | 93.7 | - |
| YUV | 100.47 | 213.51 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 252 | 0.69 | 0.67 | 0 | 0.01 | 237.94 | 0.97 | 0.65 |
| Hex | 4D | 53 | FC | 45 | 43 | 0 | 1 | EE | 61 | 41 |
| Octal | 115 | 123 | 374 | 105 | 103 | 0 | 1 | 356 | 141 | 101 |
| Binary | 1001101 | 1010011 | 11111100 | 1000101 | 1000011 | 0 | 1 | 11101110 | 1100001 | 1000001 |
Color Harmonies of #4D53FC
Complementary color
Monochromatic Colors of #4D53FC
Black with #4D53FC
Text Example
Text Example
White with #4D53FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D53FC; }
p { color: rgb(77,83,252); }
H1.HeaderClassName
{
color: #4D53FC;
}
.AnyTagClassName
{
color: #4D53FC;
}
</style>
background-color css
<style>
a { background-color: #4D53FC; }
a { background-color: rgb(77,83,252); }
div.DivClassName
{
background-color: #4D53FC;
}
.BgClassName
{
background-color: #4D53FC;
}
</style>
border-color css
<style>
span { border-color: #4D53FC; }
span { border-color: rgb(77,83,252); }
td.TdClassName
{
border-color: #4D53FC;
}
.TagClassName
{
border-color: #4D53FC;
}
</style>