Shades of Neon Blue #353BFC
Tints of Neon Blue #353BFC
RGB
CMYK
RGB Variations
Color information
#353BFC (or 0x353BFC) is known color: Neon Blue. HEX triplet: 35, 3B and FC. RGB value is (53,59,252). Sum of RGB (Red+Green+Blue) = 53+59+252=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 252 (98.83% from 255 or 69.23% from 364); Max value from RGB is 252 - color contains mainly: blue. Hex color #353BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353BFC is #CAC403. Grayscale: #4E4E4E. Windows color (decimal): -13288452 or 16530229. OLE color: 16530229.
HSL color Cylindrical-coordinate representation of color #353BFC: hue angle of 238.19º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #353BFC is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 59 | 252 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.01 |
| HSL | 238.19º | 0.97% | 0.6% | - |
| HSV(B) | 238.19º | 0.79% | 0.99% | - |
| XYZ | 20.6 | 10.91 | 93.12 | - |
| YUV | 79.21 | 225.51 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 252 | 0.79 | 0.77 | 0 | 0.01 | 238.19 | 0.97 | 0.6 |
| Hex | 35 | 3B | FC | 4F | 4D | 0 | 1 | EE | 61 | 3C |
| Octal | 65 | 73 | 374 | 117 | 115 | 0 | 1 | 356 | 141 | 74 |
| Binary | 110101 | 111011 | 11111100 | 1001111 | 1001101 | 0 | 1 | 11101110 | 1100001 | 111100 |
Color Harmonies of #353BFC
Complementary color
Monochromatic Colors of #353BFC
Black with #353BFC
Text Example
Text Example
White with #353BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353BFC; }
p { color: rgb(53,59,252); }
H1.HeaderClassName
{
color: #353BFC;
}
.AnyTagClassName
{
color: #353BFC;
}
</style>
background-color css
<style>
a { background-color: #353BFC; }
a { background-color: rgb(53,59,252); }
div.DivClassName
{
background-color: #353BFC;
}
.BgClassName
{
background-color: #353BFC;
}
</style>
border-color css
<style>
span { border-color: #353BFC; }
span { border-color: rgb(53,59,252); }
td.TdClassName
{
border-color: #353BFC;
}
.TagClassName
{
border-color: #353BFC;
}
</style>