Shades of Neon Blue #4D52F9
Tints of Neon Blue #4D52F9
RGB
CMYK
RGB Variations
Color information
#4D52F9 (or 0x4D52F9) is known color: Neon Blue. HEX triplet: 4D, 52 and F9. RGB value is (77,82,249). Sum of RGB (Red+Green+Blue) = 77+82+249=408 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.87% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 249 (97.66% from 255 or 61.03% from 408); Max value from RGB is 249 - color contains mainly: blue. Hex color #4D52F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D52F9 is #B2AD06. Grayscale: #626262. Windows color (decimal): -11709703 or 16339533. OLE color: 16339533.
HSL color Cylindrical-coordinate representation of color #4D52F9: hue angle of 238.26º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D52F9 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 82 | 249 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.02 |
| HSL | 238.26º | 0.93% | 0.64% | - |
| HSV(B) | 238.26º | 0.69% | 0.98% | - |
| XYZ | 23.18 | 14.45 | 91.19 | - |
| YUV | 99.54 | 212.34 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 249 | 0.69 | 0.67 | 0 | 0.02 | 238.26 | 0.93 | 0.64 |
| Hex | 4D | 52 | F9 | 45 | 43 | 0 | 2 | EE | 5D | 40 |
| Octal | 115 | 122 | 371 | 105 | 103 | 0 | 2 | 356 | 135 | 100 |
| Binary | 1001101 | 1010010 | 11111001 | 1000101 | 1000011 | 0 | 10 | 11101110 | 1011101 | 1000000 |
Color Harmonies of #4D52F9
Complementary color
Monochromatic Colors of #4D52F9
Black with #4D52F9
Text Example
Text Example
White with #4D52F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D52F9; }
p { color: rgb(77,82,249); }
H1.HeaderClassName
{
color: #4D52F9;
}
.AnyTagClassName
{
color: #4D52F9;
}
</style>
background-color css
<style>
a { background-color: #4D52F9; }
a { background-color: rgb(77,82,249); }
div.DivClassName
{
background-color: #4D52F9;
}
.BgClassName
{
background-color: #4D52F9;
}
</style>
border-color css
<style>
span { border-color: #4D52F9; }
span { border-color: rgb(77,82,249); }
td.TdClassName
{
border-color: #4D52F9;
}
.TagClassName
{
border-color: #4D52F9;
}
</style>