Shades of Neon Blue #4D3EFC
Tints of Neon Blue #4D3EFC
RGB
CMYK
RGB Variations
Color information
#4D3EFC (or 0x4D3EFC) is known color: Neon Blue. HEX triplet: 4D, 3E and FC. RGB value is (77,62,252). Sum of RGB (Red+Green+Blue) = 77+62+252=391 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.69% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D3EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3EFC is #B2C103. Grayscale: #575757. Windows color (decimal): -11714820 or 16531021. OLE color: 16531021.
HSL color Cylindrical-coordinate representation of color #4D3EFC: hue angle of 244.74º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D3EFC is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 62 | 252 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.01 |
| HSL | 244.74º | 0.97% | 0.62% | - |
| HSV(B) | 244.74º | 0.75% | 0.99% | - |
| XYZ | 22.35 | 12.05 | 93.24 | - |
| YUV | 88.15 | 220.47 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 252 | 0.69 | 0.75 | 0 | 0.01 | 244.74 | 0.97 | 0.62 |
| Hex | 4D | 3E | FC | 45 | 4B | 0 | 1 | F5 | 61 | 3E |
| Octal | 115 | 76 | 374 | 105 | 113 | 0 | 1 | 365 | 141 | 76 |
| Binary | 1001101 | 111110 | 11111100 | 1000101 | 1001011 | 0 | 1 | 11110101 | 1100001 | 111110 |
Color Harmonies of #4D3EFC
Complementary color
Monochromatic Colors of #4D3EFC
Black with #4D3EFC
Text Example
Text Example
White with #4D3EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3EFC; }
p { color: rgb(77,62,252); }
H1.HeaderClassName
{
color: #4D3EFC;
}
.AnyTagClassName
{
color: #4D3EFC;
}
</style>
background-color css
<style>
a { background-color: #4D3EFC; }
a { background-color: rgb(77,62,252); }
div.DivClassName
{
background-color: #4D3EFC;
}
.BgClassName
{
background-color: #4D3EFC;
}
</style>
border-color css
<style>
span { border-color: #4D3EFC; }
span { border-color: rgb(77,62,252); }
td.TdClassName
{
border-color: #4D3EFC;
}
.TagClassName
{
border-color: #4D3EFC;
}
</style>