Shades of Neon Blue #4132ED
Tints of Neon Blue #4132ED
RGB
CMYK
RGB Variations
Color information
#4132ED (or 0x4132ED) is known color: Neon Blue. HEX triplet: 41, 32 and ED. RGB value is (65,50,237). Sum of RGB (Red+Green+Blue) = 65+50+237=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #4132ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4132ED is #BECD12. Grayscale: #4B4B4B. Windows color (decimal): -12504339 or 15544897. OLE color: 15544897.
HSL color Cylindrical-coordinate representation of color #4132ED: hue angle of 244.81º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4132ED is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 50 | 237 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.07 |
| HSL | 244.81º | 0.84% | 0.56% | - |
| HSV(B) | 244.81º | 0.79% | 0.93% | - |
| XYZ | 18.61 | 9.52 | 80.98 | - |
| YUV | 75.8 | 218.97 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 237 | 0.73 | 0.79 | 0 | 0.07 | 244.81 | 0.84 | 0.56 |
| Hex | 41 | 32 | ED | 49 | 4F | 0 | 7 | F5 | 54 | 38 |
| Octal | 101 | 62 | 355 | 111 | 117 | 0 | 7 | 365 | 124 | 70 |
| Binary | 1000001 | 110010 | 11101101 | 1001001 | 1001111 | 0 | 111 | 11110101 | 1010100 | 111000 |
Color Harmonies of #4132ED
Complementary color
Monochromatic Colors of #4132ED
Black with #4132ED
Text Example
Text Example
White with #4132ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4132ED; }
p { color: rgb(65,50,237); }
H1.HeaderClassName
{
color: #4132ED;
}
.AnyTagClassName
{
color: #4132ED;
}
</style>
background-color css
<style>
a { background-color: #4132ED; }
a { background-color: rgb(65,50,237); }
div.DivClassName
{
background-color: #4132ED;
}
.BgClassName
{
background-color: #4132ED;
}
</style>
border-color css
<style>
span { border-color: #4132ED; }
span { border-color: rgb(65,50,237); }
td.TdClassName
{
border-color: #4132ED;
}
.TagClassName
{
border-color: #4132ED;
}
</style>