Shades of Neon Blue #353EFE
Tints of Neon Blue #353EFE
RGB
CMYK
RGB Variations
Color information
#353EFE (or 0x353EFE) is known color: Neon Blue. HEX triplet: 35, 3E and FE. RGB value is (53,62,254). Sum of RGB (Red+Green+Blue) = 53+62+254=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #353EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353EFE is #CAC101. Grayscale: #505050. Windows color (decimal): -13287682 or 16662069. OLE color: 16662069.
HSL color Cylindrical-coordinate representation of color #353EFE: hue angle of 237.31º 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 #353EFE is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 62 | 254 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.00 |
| HSL | 237.31º | 0.99% | 0.6% | - |
| HSV(B) | 237.31º | 0.79% | 1% | - |
| XYZ | 21.08 | 11.36 | 94.85 | - |
| YUV | 81.2 | 225.52 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 254 | 0.79 | 0.76 | 0 | 0.00 | 237.31 | 0.99 | 0.6 |
| Hex | 35 | 3E | FE | 4F | 4C | 0 | 0 | ED | 63 | 3C |
| Octal | 65 | 76 | 376 | 117 | 114 | 0 | 0 | 355 | 143 | 74 |
| Binary | 110101 | 111110 | 11111110 | 1001111 | 1001100 | 0 | 0 | 11101101 | 1100011 | 111100 |
Color Harmonies of #353EFE
Complementary color
Monochromatic Colors of #353EFE
Black with #353EFE
Text Example
Text Example
White with #353EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353EFE; }
p { color: rgb(53,62,254); }
H1.HeaderClassName
{
color: #353EFE;
}
.AnyTagClassName
{
color: #353EFE;
}
</style>
background-color css
<style>
a { background-color: #353EFE; }
a { background-color: rgb(53,62,254); }
div.DivClassName
{
background-color: #353EFE;
}
.BgClassName
{
background-color: #353EFE;
}
</style>
border-color css
<style>
span { border-color: #353EFE; }
span { border-color: rgb(53,62,254); }
td.TdClassName
{
border-color: #353EFE;
}
.TagClassName
{
border-color: #353EFE;
}
</style>