Shades of Neon Blue #3242ED
Tints of Neon Blue #3242ED
RGB
CMYK
RGB Variations
Color information
#3242ED (or 0x3242ED) is known color: Neon Blue. HEX triplet: 32, 42 and ED. RGB value is (50,66,237). Sum of RGB (Red+Green+Blue) = 50+66+237=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #3242ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3242ED is #CDBD12. Grayscale: #505050. Windows color (decimal): -13483283 or 15548978. OLE color: 15548978.
HSL color Cylindrical-coordinate representation of color #3242ED: hue angle of 234.87º 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 #3242ED is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 66 | 237 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.07 |
| HSL | 234.87º | 0.84% | 0.56% | - |
| HSV(B) | 234.87º | 0.79% | 0.93% | - |
| XYZ | 18.55 | 10.69 | 81.21 | - |
| YUV | 80.71 | 216.2 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 237 | 0.79 | 0.72 | 0 | 0.07 | 234.87 | 0.84 | 0.56 |
| Hex | 32 | 42 | ED | 4F | 48 | 0 | 7 | EB | 54 | 38 |
| Octal | 62 | 102 | 355 | 117 | 110 | 0 | 7 | 353 | 124 | 70 |
| Binary | 110010 | 1000010 | 11101101 | 1001111 | 1001000 | 0 | 111 | 11101011 | 1010100 | 111000 |
Color Harmonies of #3242ED
Complementary color
Monochromatic Colors of #3242ED
Black with #3242ED
Text Example
Text Example
White with #3242ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3242ED; }
p { color: rgb(50,66,237); }
H1.HeaderClassName
{
color: #3242ED;
}
.AnyTagClassName
{
color: #3242ED;
}
</style>
background-color css
<style>
a { background-color: #3242ED; }
a { background-color: rgb(50,66,237); }
div.DivClassName
{
background-color: #3242ED;
}
.BgClassName
{
background-color: #3242ED;
}
</style>
border-color css
<style>
span { border-color: #3242ED; }
span { border-color: rgb(50,66,237); }
td.TdClassName
{
border-color: #3242ED;
}
.TagClassName
{
border-color: #3242ED;
}
</style>