Shades of Neon Blue #353FE7
Tints of Neon Blue #353FE7
RGB
CMYK
RGB Variations
Color information
#353FE7 (or 0x353FE7) is known color: Neon Blue. HEX triplet: 35, 3F and E7. RGB value is (53,63,231). Sum of RGB (Red+Green+Blue) = 53+63+231=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 231 (90.62% from 255 or 66.57% from 347); Max value from RGB is 231 - color contains mainly: blue. Hex color #353FE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353FE7 is #CAC018. Grayscale: #4E4E4E. Windows color (decimal): -13287449 or 15154997. OLE color: 15154997.
HSL color Cylindrical-coordinate representation of color #353FE7: hue angle of 236.63º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #353FE7 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 63 | 231 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.09 |
| HSL | 236.63º | 0.79% | 0.56% | - |
| HSV(B) | 236.63º | 0.77% | 0.91% | - |
| XYZ | 17.67 | 10.08 | 76.62 | - |
| YUV | 79.16 | 213.69 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 231 | 0.77 | 0.73 | 0 | 0.09 | 236.63 | 0.79 | 0.56 |
| Hex | 35 | 3F | E7 | 4D | 49 | 0 | 9 | ED | 4F | 38 |
| Octal | 65 | 77 | 347 | 115 | 111 | 0 | 11 | 355 | 117 | 70 |
| Binary | 110101 | 111111 | 11100111 | 1001101 | 1001001 | 0 | 1001 | 11101101 | 1001111 | 111000 |
Color Harmonies of #353FE7
Complementary color
Monochromatic Colors of #353FE7
Black with #353FE7
Text Example
Text Example
White with #353FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353FE7; }
p { color: rgb(53,63,231); }
H1.HeaderClassName
{
color: #353FE7;
}
.AnyTagClassName
{
color: #353FE7;
}
</style>
background-color css
<style>
a { background-color: #353FE7; }
a { background-color: rgb(53,63,231); }
div.DivClassName
{
background-color: #353FE7;
}
.BgClassName
{
background-color: #353FE7;
}
</style>
border-color css
<style>
span { border-color: #353FE7; }
span { border-color: rgb(53,63,231); }
td.TdClassName
{
border-color: #353FE7;
}
.TagClassName
{
border-color: #353FE7;
}
</style>