Shades of Neon Blue #4D35FE
Tints of Neon Blue #4D35FE
RGB
CMYK
RGB Variations
Color information
#4D35FE (or 0x4D35FE) is known color: Neon Blue. HEX triplet: 4D, 35 and FE. RGB value is (77,53,254). Sum of RGB (Red+Green+Blue) = 77+53+254=384 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.05% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D35FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D35FE is #B2CA01. Grayscale: #525252. Windows color (decimal): -11717122 or 16659789. OLE color: 16659789.
HSL color Cylindrical-coordinate representation of color #4D35FE: hue angle of 247.16º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D35FE is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 53 | 254 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.00 |
| HSL | 247.16º | 0.99% | 0.6% | - |
| HSV(B) | 247.16º | 0.79% | 1% | - |
| XYZ | 22.22 | 11.28 | 94.77 | - |
| YUV | 83.09 | 224.45 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 254 | 0.70 | 0.79 | 0 | 0.00 | 247.16 | 0.99 | 0.6 |
| Hex | 4D | 35 | FE | 46 | 4F | 0 | 0 | F7 | 63 | 3C |
| Octal | 115 | 65 | 376 | 106 | 117 | 0 | 0 | 367 | 143 | 74 |
| Binary | 1001101 | 110101 | 11111110 | 1000110 | 1001111 | 0 | 0 | 11110111 | 1100011 | 111100 |
Color Harmonies of #4D35FE
Complementary color
Monochromatic Colors of #4D35FE
Black with #4D35FE
Text Example
Text Example
White with #4D35FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D35FE; }
p { color: rgb(77,53,254); }
H1.HeaderClassName
{
color: #4D35FE;
}
.AnyTagClassName
{
color: #4D35FE;
}
</style>
background-color css
<style>
a { background-color: #4D35FE; }
a { background-color: rgb(77,53,254); }
div.DivClassName
{
background-color: #4D35FE;
}
.BgClassName
{
background-color: #4D35FE;
}
</style>
border-color css
<style>
span { border-color: #4D35FE; }
span { border-color: rgb(77,53,254); }
td.TdClassName
{
border-color: #4D35FE;
}
.TagClassName
{
border-color: #4D35FE;
}
</style>