Shades of Neon Blue #352FEE
Tints of Neon Blue #352FEE
RGB
CMYK
RGB Variations
Color information
#352FEE (or 0x352FEE) is known color: Neon Blue. HEX triplet: 35, 2F and EE. RGB value is (53,47,238). Sum of RGB (Red+Green+Blue) = 53+47+238=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 238 (93.36% from 255 or 70.41% from 338); Max value from RGB is 238 - color contains mainly: blue. Hex color #352FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352FEE is #CAD011. Grayscale: #454545. Windows color (decimal): -13291538 or 15609653. OLE color: 15609653.
HSL color Cylindrical-coordinate representation of color #352FEE: hue angle of 241.88º degrees, saturation: 0.85, 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 #352FEE is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 47 | 238 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.07 |
| HSL | 241.88º | 0.85% | 0.56% | - |
| HSV(B) | 241.88º | 0.8% | 0.93% | - |
| XYZ | 17.92 | 8.96 | 81.67 | - |
| YUV | 70.57 | 222.49 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 238 | 0.78 | 0.80 | 0 | 0.07 | 241.88 | 0.85 | 0.56 |
| Hex | 35 | 2F | EE | 4E | 50 | 0 | 7 | F2 | 55 | 38 |
| Octal | 65 | 57 | 356 | 116 | 120 | 0 | 7 | 362 | 125 | 70 |
| Binary | 110101 | 101111 | 11101110 | 1001110 | 1010000 | 0 | 111 | 11110010 | 1010101 | 111000 |
Color Harmonies of #352FEE
Complementary color
Monochromatic Colors of #352FEE
Black with #352FEE
Text Example
Text Example
White with #352FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352FEE; }
p { color: rgb(53,47,238); }
H1.HeaderClassName
{
color: #352FEE;
}
.AnyTagClassName
{
color: #352FEE;
}
</style>
background-color css
<style>
a { background-color: #352FEE; }
a { background-color: rgb(53,47,238); }
div.DivClassName
{
background-color: #352FEE;
}
.BgClassName
{
background-color: #352FEE;
}
</style>
border-color css
<style>
span { border-color: #352FEE; }
span { border-color: rgb(53,47,238); }
td.TdClassName
{
border-color: #352FEE;
}
.TagClassName
{
border-color: #352FEE;
}
</style>