Shades of Neon Blue #4D42F8
Tints of Neon Blue #4D42F8
RGB
CMYK
RGB Variations
Color information
#4D42F8 (or 0x4D42F8) is known color: Neon Blue. HEX triplet: 4D, 42 and F8. RGB value is (77,66,248). Sum of RGB (Red+Green+Blue) = 77+66+248=391 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.69% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 248 (97.27% from 255 or 63.43% from 391); Max value from RGB is 248 - color contains mainly: blue. Hex color #4D42F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D42F8 is #B2BD07. Grayscale: #595959. Windows color (decimal): -11713800 or 16269901. OLE color: 16269901.
HSL color Cylindrical-coordinate representation of color #4D42F8: hue angle of 243.63º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D42F8 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 66 | 248 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.03 |
| HSL | 243.63º | 0.93% | 0.62% | - |
| HSV(B) | 243.63º | 0.73% | 0.97% | - |
| XYZ | 21.95 | 12.25 | 90.01 | - |
| YUV | 90.04 | 217.14 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 248 | 0.69 | 0.73 | 0 | 0.03 | 243.63 | 0.93 | 0.62 |
| Hex | 4D | 42 | F8 | 45 | 49 | 0 | 3 | F4 | 5D | 3E |
| Octal | 115 | 102 | 370 | 105 | 111 | 0 | 3 | 364 | 135 | 76 |
| Binary | 1001101 | 1000010 | 11111000 | 1000101 | 1001001 | 0 | 11 | 11110100 | 1011101 | 111110 |
Color Harmonies of #4D42F8
Complementary color
Monochromatic Colors of #4D42F8
Black with #4D42F8
Text Example
Text Example
White with #4D42F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D42F8; }
p { color: rgb(77,66,248); }
H1.HeaderClassName
{
color: #4D42F8;
}
.AnyTagClassName
{
color: #4D42F8;
}
</style>
background-color css
<style>
a { background-color: #4D42F8; }
a { background-color: rgb(77,66,248); }
div.DivClassName
{
background-color: #4D42F8;
}
.BgClassName
{
background-color: #4D42F8;
}
</style>
border-color css
<style>
span { border-color: #4D42F8; }
span { border-color: rgb(77,66,248); }
td.TdClassName
{
border-color: #4D42F8;
}
.TagClassName
{
border-color: #4D42F8;
}
</style>