Shades of Neon Blue #353CFE
Tints of Neon Blue #353CFE
RGB
CMYK
RGB Variations
Color information
#353CFE (or 0x353CFE) is known color: Neon Blue. HEX triplet: 35, 3C and FE. RGB value is (53,60,254). Sum of RGB (Red+Green+Blue) = 53+60+254=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #353CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353CFE is #CAC301. Grayscale: #4F4F4F. Windows color (decimal): -13288194 or 16661557. OLE color: 16661557.
HSL color Cylindrical-coordinate representation of color #353CFE: hue angle of 237.91º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #353CFE is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 60 | 254 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.00 |
| HSL | 237.91º | 0.99% | 0.6% | - |
| HSV(B) | 237.91º | 0.79% | 1% | - |
| XYZ | 20.97 | 11.14 | 94.81 | - |
| YUV | 80.02 | 226.18 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 254 | 0.79 | 0.76 | 0 | 0.00 | 237.91 | 0.99 | 0.6 |
| Hex | 35 | 3C | FE | 4F | 4C | 0 | 0 | EE | 63 | 3C |
| Octal | 65 | 74 | 376 | 117 | 114 | 0 | 0 | 356 | 143 | 74 |
| Binary | 110101 | 111100 | 11111110 | 1001111 | 1001100 | 0 | 0 | 11101110 | 1100011 | 111100 |
Color Harmonies of #353CFE
Complementary color
Monochromatic Colors of #353CFE
Black with #353CFE
Text Example
Text Example
White with #353CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353CFE; }
p { color: rgb(53,60,254); }
H1.HeaderClassName
{
color: #353CFE;
}
.AnyTagClassName
{
color: #353CFE;
}
</style>
background-color css
<style>
a { background-color: #353CFE; }
a { background-color: rgb(53,60,254); }
div.DivClassName
{
background-color: #353CFE;
}
.BgClassName
{
background-color: #353CFE;
}
</style>
border-color css
<style>
span { border-color: #353CFE; }
span { border-color: rgb(53,60,254); }
td.TdClassName
{
border-color: #353CFE;
}
.TagClassName
{
border-color: #353CFE;
}
</style>