Shades of Neon Blue #355CFE
Tints of Neon Blue #355CFE
RGB
CMYK
RGB Variations
Color information
#355CFE (or 0x355CFE) is known color: Neon Blue. HEX triplet: 35, 5C and FE. RGB value is (53,92,254). Sum of RGB (Red+Green+Blue) = 53+92+254=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #355CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355CFE is #CAA301. Grayscale: #626262. Windows color (decimal): -13280002 or 16669749. OLE color: 16669749.
HSL color Cylindrical-coordinate representation of color #355CFE: hue angle of 228.36º 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 #355CFE is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 92 | 254 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.00 |
| HSL | 228.36º | 0.99% | 0.6% | - |
| HSV(B) | 228.36º | 0.79% | 1% | - |
| XYZ | 23.18 | 15.57 | 95.55 | - |
| YUV | 98.81 | 215.58 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 254 | 0.79 | 0.64 | 0 | 0.00 | 228.36 | 0.99 | 0.6 |
| Hex | 35 | 5C | FE | 4F | 40 | 0 | 0 | E4 | 63 | 3C |
| Octal | 65 | 134 | 376 | 117 | 100 | 0 | 0 | 344 | 143 | 74 |
| Binary | 110101 | 1011100 | 11111110 | 1001111 | 1000000 | 0 | 0 | 11100100 | 1100011 | 111100 |
Color Harmonies of #355CFE
Complementary color
Monochromatic Colors of #355CFE
Black with #355CFE
Text Example
Text Example
White with #355CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355CFE; }
p { color: rgb(53,92,254); }
H1.HeaderClassName
{
color: #355CFE;
}
.AnyTagClassName
{
color: #355CFE;
}
</style>
background-color css
<style>
a { background-color: #355CFE; }
a { background-color: rgb(53,92,254); }
div.DivClassName
{
background-color: #355CFE;
}
.BgClassName
{
background-color: #355CFE;
}
</style>
border-color css
<style>
span { border-color: #355CFE; }
span { border-color: rgb(53,92,254); }
td.TdClassName
{
border-color: #355CFE;
}
.TagClassName
{
border-color: #355CFE;
}
</style>