Shades of Neon Blue #352FED
Tints of Neon Blue #352FED
RGB
CMYK
RGB Variations
Color information
#352FED (or 0x352FED) is known color: Neon Blue. HEX triplet: 35, 2F and ED. RGB value is (53,47,237). Sum of RGB (Red+Green+Blue) = 53+47+237=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #352FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352FED is #CAD012. Grayscale: #454545. Windows color (decimal): -13291539 or 15544117. OLE color: 15544117.
HSL color Cylindrical-coordinate representation of color #352FED: hue angle of 241.89º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #352FED is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 47 | 237 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.07 |
| HSL | 241.89º | 0.84% | 0.56% | - |
| HSV(B) | 241.89º | 0.8% | 0.93% | - |
| XYZ | 17.77 | 8.9 | 80.9 | - |
| YUV | 70.45 | 221.99 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 237 | 0.78 | 0.80 | 0 | 0.07 | 241.89 | 0.84 | 0.56 |
| Hex | 35 | 2F | ED | 4E | 50 | 0 | 7 | F2 | 54 | 38 |
| Octal | 65 | 57 | 355 | 116 | 120 | 0 | 7 | 362 | 124 | 70 |
| Binary | 110101 | 101111 | 11101101 | 1001110 | 1010000 | 0 | 111 | 11110010 | 1010100 | 111000 |
Color Harmonies of #352FED
Complementary color
Monochromatic Colors of #352FED
Black with #352FED
Text Example
Text Example
White with #352FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352FED; }
p { color: rgb(53,47,237); }
H1.HeaderClassName
{
color: #352FED;
}
.AnyTagClassName
{
color: #352FED;
}
</style>
background-color css
<style>
a { background-color: #352FED; }
a { background-color: rgb(53,47,237); }
div.DivClassName
{
background-color: #352FED;
}
.BgClassName
{
background-color: #352FED;
}
</style>
border-color css
<style>
span { border-color: #352FED; }
span { border-color: rgb(53,47,237); }
td.TdClassName
{
border-color: #352FED;
}
.TagClassName
{
border-color: #352FED;
}
</style>