Shades of Neon Blue #4D33F9
Tints of Neon Blue #4D33F9
RGB
CMYK
RGB Variations
Color information
#4D33F9 (or 0x4D33F9) is known color: Neon Blue. HEX triplet: 4D, 33 and F9. RGB value is (77,51,249). Sum of RGB (Red+Green+Blue) = 77+51+249=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 249 (97.66% from 255 or 66.05% from 377); Max value from RGB is 249 - color contains mainly: blue. Hex color #4D33F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D33F9 is #B2CC06. Grayscale: #505050. Windows color (decimal): -11717639 or 16331597. OLE color: 16331597.
HSL color Cylindrical-coordinate representation of color #4D33F9: hue angle of 247.88º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D33F9 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 51 | 249 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.02 |
| HSL | 247.88º | 0.94% | 0.59% | - |
| HSV(B) | 247.88º | 0.8% | 0.98% | - |
| XYZ | 21.34 | 10.78 | 90.58 | - |
| YUV | 81.35 | 222.61 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 249 | 0.69 | 0.80 | 0 | 0.02 | 247.88 | 0.94 | 0.59 |
| Hex | 4D | 33 | F9 | 45 | 50 | 0 | 2 | F8 | 5E | 3B |
| Octal | 115 | 63 | 371 | 105 | 120 | 0 | 2 | 370 | 136 | 73 |
| Binary | 1001101 | 110011 | 11111001 | 1000101 | 1010000 | 0 | 10 | 11111000 | 1011110 | 111011 |
Color Harmonies of #4D33F9
Complementary color
Monochromatic Colors of #4D33F9
Black with #4D33F9
Text Example
Text Example
White with #4D33F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D33F9; }
p { color: rgb(77,51,249); }
H1.HeaderClassName
{
color: #4D33F9;
}
.AnyTagClassName
{
color: #4D33F9;
}
</style>
background-color css
<style>
a { background-color: #4D33F9; }
a { background-color: rgb(77,51,249); }
div.DivClassName
{
background-color: #4D33F9;
}
.BgClassName
{
background-color: #4D33F9;
}
</style>
border-color css
<style>
span { border-color: #4D33F9; }
span { border-color: rgb(77,51,249); }
td.TdClassName
{
border-color: #4D33F9;
}
.TagClassName
{
border-color: #4D33F9;
}
</style>