Shades of Neon Blue #4D33FE
Tints of Neon Blue #4D33FE
RGB
CMYK
RGB Variations
Color information
#4D33FE (or 0x4D33FE) is known color: Neon Blue. HEX triplet: 4D, 33 and FE. RGB value is (77,51,254). Sum of RGB (Red+Green+Blue) = 77+51+254=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D33FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D33FE is #B2CC01. Grayscale: #515151. Windows color (decimal): -11717634 or 16659277. OLE color: 16659277.
HSL color Cylindrical-coordinate representation of color #4D33FE: hue angle of 247.68º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D33FE is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 51 | 254 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.00 |
| HSL | 247.68º | 0.99% | 0.6% | - |
| HSV(B) | 247.68º | 0.8% | 1% | - |
| XYZ | 22.13 | 11.1 | 94.74 | - |
| YUV | 81.92 | 225.11 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 254 | 0.70 | 0.80 | 0 | 0.00 | 247.68 | 0.99 | 0.6 |
| Hex | 4D | 33 | FE | 46 | 50 | 0 | 0 | F8 | 63 | 3C |
| Octal | 115 | 63 | 376 | 106 | 120 | 0 | 0 | 370 | 143 | 74 |
| Binary | 1001101 | 110011 | 11111110 | 1000110 | 1010000 | 0 | 0 | 11111000 | 1100011 | 111100 |
Color Harmonies of #4D33FE
Complementary color
Monochromatic Colors of #4D33FE
Black with #4D33FE
Text Example
Text Example
White with #4D33FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D33FE; }
p { color: rgb(77,51,254); }
H1.HeaderClassName
{
color: #4D33FE;
}
.AnyTagClassName
{
color: #4D33FE;
}
</style>
background-color css
<style>
a { background-color: #4D33FE; }
a { background-color: rgb(77,51,254); }
div.DivClassName
{
background-color: #4D33FE;
}
.BgClassName
{
background-color: #4D33FE;
}
</style>
border-color css
<style>
span { border-color: #4D33FE; }
span { border-color: rgb(77,51,254); }
td.TdClassName
{
border-color: #4D33FE;
}
.TagClassName
{
border-color: #4D33FE;
}
</style>