Shades of Neon Blue #353AFB
Tints of Neon Blue #353AFB
RGB
CMYK
RGB Variations
Color information
#353AFB (or 0x353AFB) is known color: Neon Blue. HEX triplet: 35, 3A and FB. RGB value is (53,58,251). Sum of RGB (Red+Green+Blue) = 53+58+251=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #353AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353AFB is #CAC504. Grayscale: #4D4D4D. Windows color (decimal): -13288709 or 16464437. OLE color: 16464437.
HSL color Cylindrical-coordinate representation of color #353AFB: hue angle of 238.48º 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 #353AFB is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 58 | 251 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.02 |
| HSL | 238.48º | 0.96% | 0.6% | - |
| HSV(B) | 238.48º | 0.79% | 0.98% | - |
| XYZ | 20.39 | 10.75 | 92.27 | - |
| YUV | 78.51 | 225.34 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 251 | 0.79 | 0.77 | 0 | 0.02 | 238.48 | 0.96 | 0.6 |
| Hex | 35 | 3A | FB | 4F | 4D | 0 | 2 | EE | 60 | 3C |
| Octal | 65 | 72 | 373 | 117 | 115 | 0 | 2 | 356 | 140 | 74 |
| Binary | 110101 | 111010 | 11111011 | 1001111 | 1001101 | 0 | 10 | 11101110 | 1100000 | 111100 |
Color Harmonies of #353AFB
Complementary color
Monochromatic Colors of #353AFB
Black with #353AFB
Text Example
Text Example
White with #353AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353AFB; }
p { color: rgb(53,58,251); }
H1.HeaderClassName
{
color: #353AFB;
}
.AnyTagClassName
{
color: #353AFB;
}
</style>
background-color css
<style>
a { background-color: #353AFB; }
a { background-color: rgb(53,58,251); }
div.DivClassName
{
background-color: #353AFB;
}
.BgClassName
{
background-color: #353AFB;
}
</style>
border-color css
<style>
span { border-color: #353AFB; }
span { border-color: rgb(53,58,251); }
td.TdClassName
{
border-color: #353AFB;
}
.TagClassName
{
border-color: #353AFB;
}
</style>