Shades of Neon Blue #352EF3
Tints of Neon Blue #352EF3
RGB
CMYK
RGB Variations
Color information
#352EF3 (or 0x352EF3) is known color: Neon Blue. HEX triplet: 35, 2E and F3. RGB value is (53,46,243). Sum of RGB (Red+Green+Blue) = 53+46+243=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 243 (95.31% from 255 or 71.05% from 342); Max value from RGB is 243 - color contains mainly: blue. Hex color #352EF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352EF3 is #CAD10C. Grayscale: #454545. Windows color (decimal): -13291789 or 15937077. OLE color: 15937077.
HSL color Cylindrical-coordinate representation of color #352EF3: hue angle of 242.13º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #352EF3 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 46 | 243 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.05 |
| HSL | 242.13º | 0.89% | 0.57% | - |
| HSV(B) | 242.13º | 0.81% | 0.95% | - |
| XYZ | 18.62 | 9.18 | 85.58 | - |
| YUV | 70.55 | 225.32 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 243 | 0.78 | 0.81 | 0 | 0.05 | 242.13 | 0.89 | 0.57 |
| Hex | 35 | 2E | F3 | 4E | 51 | 0 | 5 | F2 | 59 | 39 |
| Octal | 65 | 56 | 363 | 116 | 121 | 0 | 5 | 362 | 131 | 71 |
| Binary | 110101 | 101110 | 11110011 | 1001110 | 1010001 | 0 | 101 | 11110010 | 1011001 | 111001 |
Color Harmonies of #352EF3
Complementary color
Monochromatic Colors of #352EF3
Black with #352EF3
Text Example
Text Example
White with #352EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352EF3; }
p { color: rgb(53,46,243); }
H1.HeaderClassName
{
color: #352EF3;
}
.AnyTagClassName
{
color: #352EF3;
}
</style>
background-color css
<style>
a { background-color: #352EF3; }
a { background-color: rgb(53,46,243); }
div.DivClassName
{
background-color: #352EF3;
}
.BgClassName
{
background-color: #352EF3;
}
</style>
border-color css
<style>
span { border-color: #352EF3; }
span { border-color: rgb(53,46,243); }
td.TdClassName
{
border-color: #352EF3;
}
.TagClassName
{
border-color: #352EF3;
}
</style>