Shades of Neon Blue #353FFF
Tints of Neon Blue #353FFF
RGB
CMYK
RGB Variations
Color information
#353FFF (or 0x353FFF) is known color: Neon Blue. HEX triplet: 35, 3F and FF. RGB value is (53,63,255). Sum of RGB (Red+Green+Blue) = 53+63+255=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #353FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353FFF is #CAC000. Grayscale: #515151. Windows color (decimal): -13287425 or 16727861. OLE color: 16727861.
HSL color Cylindrical-coordinate representation of color #353FFF: hue angle of 237.03º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #353FFF is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 63 | 255 | - |
| CMYK | 0.79 | 0.75 | 0 | 0 |
| HSL | 237.03º | 1% | 0.6% | - |
| HSV(B) | 237.03º | 0.79% | 1% | - |
| XYZ | 21.3 | 11.53 | 95.71 | - |
| YUV | 81.9 | 225.69 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 255 | 0.79 | 0.75 | 0 | 0 | 237.03 | 1 | 0.6 |
| Hex | 35 | 3F | FF | 4F | 4B | 0 | 0 | ED | 64 | 3C |
| Octal | 65 | 77 | 377 | 117 | 113 | 0 | 0 | 355 | 144 | 74 |
| Binary | 110101 | 111111 | 11111111 | 1001111 | 1001011 | 0 | 0 | 11101101 | 1100100 | 111100 |
Color Harmonies of #353FFF
Complementary color
Monochromatic Colors of #353FFF
Black with #353FFF
Text Example
Text Example
White with #353FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353FFF; }
p { color: rgb(53,63,255); }
H1.HeaderClassName
{
color: #353FFF;
}
.AnyTagClassName
{
color: #353FFF;
}
</style>
background-color css
<style>
a { background-color: #353FFF; }
a { background-color: rgb(53,63,255); }
div.DivClassName
{
background-color: #353FFF;
}
.BgClassName
{
background-color: #353FFF;
}
</style>
border-color css
<style>
span { border-color: #353FFF; }
span { border-color: rgb(53,63,255); }
td.TdClassName
{
border-color: #353FFF;
}
.TagClassName
{
border-color: #353FFF;
}
</style>