Shades of Neon Blue #353FFB
Tints of Neon Blue #353FFB
RGB
CMYK
RGB Variations
Color information
#353FFB (or 0x353FFB) is known color: Neon Blue. HEX triplet: 35, 3F and FB. RGB value is (53,63,251). Sum of RGB (Red+Green+Blue) = 53+63+251=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #353FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353FFB is #CAC004. Grayscale: #505050. Windows color (decimal): -13287429 or 16465717. OLE color: 16465717.
HSL color Cylindrical-coordinate representation of color #353FFB: hue angle of 236.97º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #353FFB is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 63 | 251 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.02 |
| HSL | 236.97º | 0.96% | 0.6% | - |
| HSV(B) | 236.97º | 0.79% | 0.98% | - |
| XYZ | 20.66 | 11.28 | 92.35 | - |
| YUV | 81.44 | 223.69 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 251 | 0.79 | 0.75 | 0 | 0.02 | 236.97 | 0.96 | 0.6 |
| Hex | 35 | 3F | FB | 4F | 4B | 0 | 2 | ED | 60 | 3C |
| Octal | 65 | 77 | 373 | 117 | 113 | 0 | 2 | 355 | 140 | 74 |
| Binary | 110101 | 111111 | 11111011 | 1001111 | 1001011 | 0 | 10 | 11101101 | 1100000 | 111100 |
Color Harmonies of #353FFB
Complementary color
Monochromatic Colors of #353FFB
Black with #353FFB
Text Example
Text Example
White with #353FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353FFB; }
p { color: rgb(53,63,251); }
H1.HeaderClassName
{
color: #353FFB;
}
.AnyTagClassName
{
color: #353FFB;
}
</style>
background-color css
<style>
a { background-color: #353FFB; }
a { background-color: rgb(53,63,251); }
div.DivClassName
{
background-color: #353FFB;
}
.BgClassName
{
background-color: #353FFB;
}
</style>
border-color css
<style>
span { border-color: #353FFB; }
span { border-color: rgb(53,63,251); }
td.TdClassName
{
border-color: #353FFB;
}
.TagClassName
{
border-color: #353FFB;
}
</style>