Shades of Neon Blue #4D34F9
Tints of Neon Blue #4D34F9
RGB
CMYK
RGB Variations
Color information
#4D34F9 (or 0x4D34F9) is known color: Neon Blue. HEX triplet: 4D, 34 and F9. RGB value is (77,52,249). Sum of RGB (Red+Green+Blue) = 77+52+249=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 249 (97.66% from 255 or 65.87% from 378); Max value from RGB is 249 - color contains mainly: blue. Hex color #4D34F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D34F9 is #B2CB06. Grayscale: #515151. Windows color (decimal): -11717383 or 16331853. OLE color: 16331853.
HSL color Cylindrical-coordinate representation of color #4D34F9: hue angle of 247.61º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D34F9 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 52 | 249 | - |
| CMYK | 0.69 | 0.79 | 0 | 0.02 |
| HSL | 247.61º | 0.94% | 0.59% | - |
| HSV(B) | 247.61º | 0.79% | 0.98% | - |
| XYZ | 21.39 | 10.87 | 90.59 | - |
| YUV | 81.93 | 222.28 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 249 | 0.69 | 0.79 | 0 | 0.02 | 247.61 | 0.94 | 0.59 |
| Hex | 4D | 34 | F9 | 45 | 4F | 0 | 2 | F8 | 5E | 3B |
| Octal | 115 | 64 | 371 | 105 | 117 | 0 | 2 | 370 | 136 | 73 |
| Binary | 1001101 | 110100 | 11111001 | 1000101 | 1001111 | 0 | 10 | 11111000 | 1011110 | 111011 |
Color Harmonies of #4D34F9
Complementary color
Monochromatic Colors of #4D34F9
Black with #4D34F9
Text Example
Text Example
White with #4D34F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D34F9; }
p { color: rgb(77,52,249); }
H1.HeaderClassName
{
color: #4D34F9;
}
.AnyTagClassName
{
color: #4D34F9;
}
</style>
background-color css
<style>
a { background-color: #4D34F9; }
a { background-color: rgb(77,52,249); }
div.DivClassName
{
background-color: #4D34F9;
}
.BgClassName
{
background-color: #4D34F9;
}
</style>
border-color css
<style>
span { border-color: #4D34F9; }
span { border-color: rgb(77,52,249); }
td.TdClassName
{
border-color: #4D34F9;
}
.TagClassName
{
border-color: #4D34F9;
}
</style>