Shades of Neon Blue #4D41FE
Tints of Neon Blue #4D41FE
RGB
CMYK
RGB Variations
Color information
#4D41FE (or 0x4D41FE) is known color: Neon Blue. HEX triplet: 4D, 41 and FE. RGB value is (77,65,254). Sum of RGB (Red+Green+Blue) = 77+65+254=396 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.44% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D41FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D41FE is #B2BE01. Grayscale: #595959. Windows color (decimal): -11714050 or 16662861. OLE color: 16662861.
HSL color Cylindrical-coordinate representation of color #4D41FE: hue angle of 243.81º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D41FE is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 65 | 254 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.00 |
| HSL | 243.81º | 0.99% | 0.63% | - |
| HSV(B) | 243.81º | 0.74% | 1% | - |
| XYZ | 22.84 | 12.51 | 94.98 | - |
| YUV | 90.13 | 220.48 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 254 | 0.70 | 0.74 | 0 | 0.00 | 243.81 | 0.99 | 0.63 |
| Hex | 4D | 41 | FE | 46 | 4A | 0 | 0 | F4 | 63 | 3F |
| Octal | 115 | 101 | 376 | 106 | 112 | 0 | 0 | 364 | 143 | 77 |
| Binary | 1001101 | 1000001 | 11111110 | 1000110 | 1001010 | 0 | 0 | 11110100 | 1100011 | 111111 |
Color Harmonies of #4D41FE
Complementary color
Monochromatic Colors of #4D41FE
Black with #4D41FE
Text Example
Text Example
White with #4D41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D41FE; }
p { color: rgb(77,65,254); }
H1.HeaderClassName
{
color: #4D41FE;
}
.AnyTagClassName
{
color: #4D41FE;
}
</style>
background-color css
<style>
a { background-color: #4D41FE; }
a { background-color: rgb(77,65,254); }
div.DivClassName
{
background-color: #4D41FE;
}
.BgClassName
{
background-color: #4D41FE;
}
</style>
border-color css
<style>
span { border-color: #4D41FE; }
span { border-color: rgb(77,65,254); }
td.TdClassName
{
border-color: #4D41FE;
}
.TagClassName
{
border-color: #4D41FE;
}
</style>