Shades of Neon Blue #355BFE
Tints of Neon Blue #355BFE
RGB
CMYK
RGB Variations
Color information
#355BFE (or 0x355BFE) is known color: Neon Blue. HEX triplet: 35, 5B and FE. RGB value is (53,91,254). Sum of RGB (Red+Green+Blue) = 53+91+254=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #355BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355BFE is #CAA401. Grayscale: #616161. Windows color (decimal): -13280258 or 16669493. OLE color: 16669493.
HSL color Cylindrical-coordinate representation of color #355BFE: hue angle of 228.66º 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 #355BFE is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 91 | 254 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.00 |
| HSL | 228.66º | 0.99% | 0.6% | - |
| HSV(B) | 228.66º | 0.79% | 1% | - |
| XYZ | 23.1 | 15.39 | 95.52 | - |
| YUV | 98.22 | 215.91 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 254 | 0.79 | 0.64 | 0 | 0.00 | 228.66 | 0.99 | 0.6 |
| Hex | 35 | 5B | FE | 4F | 40 | 0 | 0 | E5 | 63 | 3C |
| Octal | 65 | 133 | 376 | 117 | 100 | 0 | 0 | 345 | 143 | 74 |
| Binary | 110101 | 1011011 | 11111110 | 1001111 | 1000000 | 0 | 0 | 11100101 | 1100011 | 111100 |
Color Harmonies of #355BFE
Complementary color
Monochromatic Colors of #355BFE
Black with #355BFE
Text Example
Text Example
White with #355BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355BFE; }
p { color: rgb(53,91,254); }
H1.HeaderClassName
{
color: #355BFE;
}
.AnyTagClassName
{
color: #355BFE;
}
</style>
background-color css
<style>
a { background-color: #355BFE; }
a { background-color: rgb(53,91,254); }
div.DivClassName
{
background-color: #355BFE;
}
.BgClassName
{
background-color: #355BFE;
}
</style>
border-color css
<style>
span { border-color: #355BFE; }
span { border-color: rgb(53,91,254); }
td.TdClassName
{
border-color: #355BFE;
}
.TagClassName
{
border-color: #355BFE;
}
</style>