Shades of Neon Blue #4D3FFC
Tints of Neon Blue #4D3FFC
RGB
CMYK
RGB Variations
Color information
#4D3FFC (or 0x4D3FFC) is known color: Neon Blue. HEX triplet: 4D, 3F and FC. RGB value is (77,63,252). Sum of RGB (Red+Green+Blue) = 77+63+252=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D3FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3FFC is #B2C003. Grayscale: #575757. Windows color (decimal): -11714564 or 16531277. OLE color: 16531277.
HSL color Cylindrical-coordinate representation of color #4D3FFC: hue angle of 244.44º 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 #4D3FFC is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 63 | 252 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.01 |
| HSL | 244.44º | 0.97% | 0.62% | - |
| HSV(B) | 244.44º | 0.75% | 0.99% | - |
| XYZ | 22.41 | 12.16 | 93.26 | - |
| YUV | 88.73 | 220.14 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 63 | 252 | 0.69 | 0.75 | 0 | 0.01 | 244.44 | 0.97 | 0.62 |
| Hex | 4D | 3F | FC | 45 | 4B | 0 | 1 | F4 | 61 | 3E |
| Octal | 115 | 77 | 374 | 105 | 113 | 0 | 1 | 364 | 141 | 76 |
| Binary | 1001101 | 111111 | 11111100 | 1000101 | 1001011 | 0 | 1 | 11110100 | 1100001 | 111110 |
Color Harmonies of #4D3FFC
Complementary color
Monochromatic Colors of #4D3FFC
Black with #4D3FFC
Text Example
Text Example
White with #4D3FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3FFC; }
p { color: rgb(77,63,252); }
H1.HeaderClassName
{
color: #4D3FFC;
}
.AnyTagClassName
{
color: #4D3FFC;
}
</style>
background-color css
<style>
a { background-color: #4D3FFC; }
a { background-color: rgb(77,63,252); }
div.DivClassName
{
background-color: #4D3FFC;
}
.BgClassName
{
background-color: #4D3FFC;
}
</style>
border-color css
<style>
span { border-color: #4D3FFC; }
span { border-color: rgb(77,63,252); }
td.TdClassName
{
border-color: #4D3FFC;
}
.TagClassName
{
border-color: #4D3FFC;
}
</style>