Shades of Neon Blue #4D36FF
Tints of Neon Blue #4D36FF
RGB
CMYK
RGB Variations
Color information
#4D36FF (or 0x4D36FF) is known color: Neon Blue. HEX triplet: 4D, 36 and FF. RGB value is (77,54,255). Sum of RGB (Red+Green+Blue) = 77+54+255=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D36FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D36FF is #B2C900. Grayscale: #535353. Windows color (decimal): -11716865 or 16725581. OLE color: 16725581.
HSL color Cylindrical-coordinate representation of color #4D36FF: hue angle of 246.87º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D36FF is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 54 | 255 | - |
| CMYK | 0.70 | 0.79 | 0 | 0 |
| HSL | 246.87º | 1% | 0.61% | - |
| HSV(B) | 246.87º | 0.79% | 1% | - |
| XYZ | 22.43 | 11.44 | 95.63 | - |
| YUV | 83.79 | 224.62 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 255 | 0.70 | 0.79 | 0 | 0 | 246.87 | 1 | 0.61 |
| Hex | 4D | 36 | FF | 46 | 4F | 0 | 0 | F7 | 64 | 3D |
| Octal | 115 | 66 | 377 | 106 | 117 | 0 | 0 | 367 | 144 | 75 |
| Binary | 1001101 | 110110 | 11111111 | 1000110 | 1001111 | 0 | 0 | 11110111 | 1100100 | 111101 |
Color Harmonies of #4D36FF
Complementary color
Monochromatic Colors of #4D36FF
Black with #4D36FF
Text Example
Text Example
White with #4D36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D36FF; }
p { color: rgb(77,54,255); }
H1.HeaderClassName
{
color: #4D36FF;
}
.AnyTagClassName
{
color: #4D36FF;
}
</style>
background-color css
<style>
a { background-color: #4D36FF; }
a { background-color: rgb(77,54,255); }
div.DivClassName
{
background-color: #4D36FF;
}
.BgClassName
{
background-color: #4D36FF;
}
</style>
border-color css
<style>
span { border-color: #4D36FF; }
span { border-color: rgb(77,54,255); }
td.TdClassName
{
border-color: #4D36FF;
}
.TagClassName
{
border-color: #4D36FF;
}
</style>