Shades of Neon Blue #353EFB
Tints of Neon Blue #353EFB
RGB
CMYK
RGB Variations
Color information
#353EFB (or 0x353EFB) is known color: Neon Blue. HEX triplet: 35, 3E and FB. RGB value is (53,62,251). Sum of RGB (Red+Green+Blue) = 53+62+251=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #353EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353EFB is #CAC104. Grayscale: #505050. Windows color (decimal): -13287685 or 16465461. OLE color: 16465461.
HSL color Cylindrical-coordinate representation of color #353EFB: hue angle of 237.27º 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 #353EFB is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 62 | 251 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.02 |
| HSL | 237.27º | 0.96% | 0.6% | - |
| HSV(B) | 237.27º | 0.79% | 0.98% | - |
| XYZ | 20.6 | 11.17 | 92.34 | - |
| YUV | 80.86 | 224.02 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 251 | 0.79 | 0.75 | 0 | 0.02 | 237.27 | 0.96 | 0.6 |
| Hex | 35 | 3E | FB | 4F | 4B | 0 | 2 | ED | 60 | 3C |
| Octal | 65 | 76 | 373 | 117 | 113 | 0 | 2 | 355 | 140 | 74 |
| Binary | 110101 | 111110 | 11111011 | 1001111 | 1001011 | 0 | 10 | 11101101 | 1100000 | 111100 |
Color Harmonies of #353EFB
Complementary color
Monochromatic Colors of #353EFB
Black with #353EFB
Text Example
Text Example
White with #353EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353EFB; }
p { color: rgb(53,62,251); }
H1.HeaderClassName
{
color: #353EFB;
}
.AnyTagClassName
{
color: #353EFB;
}
</style>
background-color css
<style>
a { background-color: #353EFB; }
a { background-color: rgb(53,62,251); }
div.DivClassName
{
background-color: #353EFB;
}
.BgClassName
{
background-color: #353EFB;
}
</style>
border-color css
<style>
span { border-color: #353EFB; }
span { border-color: rgb(53,62,251); }
td.TdClassName
{
border-color: #353EFB;
}
.TagClassName
{
border-color: #353EFB;
}
</style>