Shades of Neon Blue #4D34F1
Tints of Neon Blue #4D34F1
RGB
CMYK
RGB Variations
Color information
#4D34F1 (or 0x4D34F1) is known color: Neon Blue. HEX triplet: 4D, 34 and F1. RGB value is (77,52,241). Sum of RGB (Red+Green+Blue) = 77+52+241=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 241 (94.53% from 255 or 65.14% from 370); Max value from RGB is 241 - color contains mainly: blue. Hex color #4D34F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D34F1 is #B2CB0E. Grayscale: #505050. Windows color (decimal): -11717391 or 15807565. OLE color: 15807565.
HSL color Cylindrical-coordinate representation of color #4D34F1: hue angle of 247.94º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D34F1 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 52 | 241 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.05 |
| HSL | 247.94º | 0.87% | 0.57% | - |
| HSV(B) | 247.94º | 0.78% | 0.95% | - |
| XYZ | 20.17 | 10.38 | 84.16 | - |
| YUV | 81.02 | 218.28 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 241 | 0.68 | 0.78 | 0 | 0.05 | 247.94 | 0.87 | 0.57 |
| Hex | 4D | 34 | F1 | 44 | 4E | 0 | 5 | F8 | 57 | 39 |
| Octal | 115 | 64 | 361 | 104 | 116 | 0 | 5 | 370 | 127 | 71 |
| Binary | 1001101 | 110100 | 11110001 | 1000100 | 1001110 | 0 | 101 | 11111000 | 1010111 | 111001 |
Color Harmonies of #4D34F1
Complementary color
Monochromatic Colors of #4D34F1
Black with #4D34F1
Text Example
Text Example
White with #4D34F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D34F1; }
p { color: rgb(77,52,241); }
H1.HeaderClassName
{
color: #4D34F1;
}
.AnyTagClassName
{
color: #4D34F1;
}
</style>
background-color css
<style>
a { background-color: #4D34F1; }
a { background-color: rgb(77,52,241); }
div.DivClassName
{
background-color: #4D34F1;
}
.BgClassName
{
background-color: #4D34F1;
}
</style>
border-color css
<style>
span { border-color: #4D34F1; }
span { border-color: rgb(77,52,241); }
td.TdClassName
{
border-color: #4D34F1;
}
.TagClassName
{
border-color: #4D34F1;
}
</style>