Shades of Neon Blue #4D35FF
Tints of Neon Blue #4D35FF
RGB
CMYK
RGB Variations
Color information
#4D35FF (or 0x4D35FF) is known color: Neon Blue. HEX triplet: 4D, 35 and FF. RGB value is (77,53,255). Sum of RGB (Red+Green+Blue) = 77+53+255=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D35FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D35FF is #B2CA00. Grayscale: #525252. Windows color (decimal): -11717121 or 16725325. OLE color: 16725325.
HSL color Cylindrical-coordinate representation of color #4D35FF: hue angle of 247.13º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D35FF is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 53 | 255 | - |
| CMYK | 0.70 | 0.79 | 0 | 0 |
| HSL | 247.13º | 1% | 0.6% | - |
| HSV(B) | 247.13º | 0.79% | 1% | - |
| XYZ | 22.38 | 11.34 | 95.62 | - |
| YUV | 83.2 | 224.95 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 255 | 0.70 | 0.79 | 0 | 0 | 247.13 | 1 | 0.6 |
| Hex | 4D | 35 | FF | 46 | 4F | 0 | 0 | F7 | 64 | 3C |
| Octal | 115 | 65 | 377 | 106 | 117 | 0 | 0 | 367 | 144 | 74 |
| Binary | 1001101 | 110101 | 11111111 | 1000110 | 1001111 | 0 | 0 | 11110111 | 1100100 | 111100 |
Color Harmonies of #4D35FF
Complementary color
Monochromatic Colors of #4D35FF
Black with #4D35FF
Text Example
Text Example
White with #4D35FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D35FF; }
p { color: rgb(77,53,255); }
H1.HeaderClassName
{
color: #4D35FF;
}
.AnyTagClassName
{
color: #4D35FF;
}
</style>
background-color css
<style>
a { background-color: #4D35FF; }
a { background-color: rgb(77,53,255); }
div.DivClassName
{
background-color: #4D35FF;
}
.BgClassName
{
background-color: #4D35FF;
}
</style>
border-color css
<style>
span { border-color: #4D35FF; }
span { border-color: rgb(77,53,255); }
td.TdClassName
{
border-color: #4D35FF;
}
.TagClassName
{
border-color: #4D35FF;
}
</style>