Shades of Neon Blue #4D52FF
Tints of Neon Blue #4D52FF
RGB
CMYK
RGB Variations
Color information
#4D52FF (or 0x4D52FF) is known color: Neon Blue. HEX triplet: 4D, 52 and FF. RGB value is (77,82,255). Sum of RGB (Red+Green+Blue) = 77+82+255=414 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.60% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D52FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D52FF is #B2AD00. Grayscale: #636363. Windows color (decimal): -11709697 or 16732749. OLE color: 16732749.
HSL color Cylindrical-coordinate representation of color #4D52FF: hue angle of 238.31º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D52FF is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 82 | 255 | - |
| CMYK | 0.70 | 0.68 | 0 | 0 |
| HSL | 238.31º | 1% | 0.65% | - |
| HSV(B) | 238.31º | 0.7% | 1% | - |
| XYZ | 24.13 | 14.83 | 96.2 | - |
| YUV | 100.23 | 215.34 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 255 | 0.70 | 0.68 | 0 | 0 | 238.31 | 1 | 0.65 |
| Hex | 4D | 52 | FF | 46 | 44 | 0 | 0 | EE | 64 | 41 |
| Octal | 115 | 122 | 377 | 106 | 104 | 0 | 0 | 356 | 144 | 101 |
| Binary | 1001101 | 1010010 | 11111111 | 1000110 | 1000100 | 0 | 0 | 11101110 | 1100100 | 1000001 |
Color Harmonies of #4D52FF
Complementary color
Monochromatic Colors of #4D52FF
Black with #4D52FF
Text Example
Text Example
White with #4D52FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D52FF; }
p { color: rgb(77,82,255); }
H1.HeaderClassName
{
color: #4D52FF;
}
.AnyTagClassName
{
color: #4D52FF;
}
</style>
background-color css
<style>
a { background-color: #4D52FF; }
a { background-color: rgb(77,82,255); }
div.DivClassName
{
background-color: #4D52FF;
}
.BgClassName
{
background-color: #4D52FF;
}
</style>
border-color css
<style>
span { border-color: #4D52FF; }
span { border-color: rgb(77,82,255); }
td.TdClassName
{
border-color: #4D52FF;
}
.TagClassName
{
border-color: #4D52FF;
}
</style>