Shades of Neon Blue #4D5FFC
Tints of Neon Blue #4D5FFC
RGB
CMYK
RGB Variations
Color information
#4D5FFC (or 0x4D5FFC) is known color: Neon Blue. HEX triplet: 4D, 5F and FC. RGB value is (77,95,252). Sum of RGB (Red+Green+Blue) = 77+95+252=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D5FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D5FFC is #B2A003. Grayscale: #6A6A6A. Windows color (decimal): -11706372 or 16539469. OLE color: 16539469.
HSL color Cylindrical-coordinate representation of color #4D5FFC: hue angle of 233.83º 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 #4D5FFC is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 95 | 252 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.01 |
| HSL | 233.83º | 0.97% | 0.65% | - |
| HSV(B) | 233.83º | 0.69% | 0.99% | - |
| XYZ | 24.72 | 16.79 | 94.03 | - |
| YUV | 107.52 | 209.54 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 95 | 252 | 0.69 | 0.62 | 0 | 0.01 | 233.83 | 0.97 | 0.65 |
| Hex | 4D | 5F | FC | 45 | 3E | 0 | 1 | EA | 61 | 41 |
| Octal | 115 | 137 | 374 | 105 | 76 | 0 | 1 | 352 | 141 | 101 |
| Binary | 1001101 | 1011111 | 11111100 | 1000101 | 111110 | 0 | 1 | 11101010 | 1100001 | 1000001 |
Color Harmonies of #4D5FFC
Complementary color
Monochromatic Colors of #4D5FFC
Black with #4D5FFC
Text Example
Text Example
White with #4D5FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5FFC; }
p { color: rgb(77,95,252); }
H1.HeaderClassName
{
color: #4D5FFC;
}
.AnyTagClassName
{
color: #4D5FFC;
}
</style>
background-color css
<style>
a { background-color: #4D5FFC; }
a { background-color: rgb(77,95,252); }
div.DivClassName
{
background-color: #4D5FFC;
}
.BgClassName
{
background-color: #4D5FFC;
}
</style>
border-color css
<style>
span { border-color: #4D5FFC; }
span { border-color: rgb(77,95,252); }
td.TdClassName
{
border-color: #4D5FFC;
}
.TagClassName
{
border-color: #4D5FFC;
}
</style>