Shades of Neon Blue #355AFC
Tints of Neon Blue #355AFC
RGB
CMYK
RGB Variations
Color information
#355AFC (or 0x355AFC) is known color: Neon Blue. HEX triplet: 35, 5A and FC. RGB value is (53,90,252). Sum of RGB (Red+Green+Blue) = 53+90+252=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #355AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355AFC is #CAA503. Grayscale: #606060. Windows color (decimal): -13280516 or 16538165. OLE color: 16538165.
HSL color Cylindrical-coordinate representation of color #355AFC: hue angle of 228.84º 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 #355AFC is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 90 | 252 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.01 |
| HSL | 228.84º | 0.97% | 0.6% | - |
| HSV(B) | 228.84º | 0.79% | 0.99% | - |
| XYZ | 22.7 | 15.1 | 93.81 | - |
| YUV | 97.41 | 215.24 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 252 | 0.79 | 0.64 | 0 | 0.01 | 228.84 | 0.97 | 0.6 |
| Hex | 35 | 5A | FC | 4F | 40 | 0 | 1 | E5 | 61 | 3C |
| Octal | 65 | 132 | 374 | 117 | 100 | 0 | 1 | 345 | 141 | 74 |
| Binary | 110101 | 1011010 | 11111100 | 1001111 | 1000000 | 0 | 1 | 11100101 | 1100001 | 111100 |
Color Harmonies of #355AFC
Complementary color
Monochromatic Colors of #355AFC
Black with #355AFC
Text Example
Text Example
White with #355AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355AFC; }
p { color: rgb(53,90,252); }
H1.HeaderClassName
{
color: #355AFC;
}
.AnyTagClassName
{
color: #355AFC;
}
</style>
background-color css
<style>
a { background-color: #355AFC; }
a { background-color: rgb(53,90,252); }
div.DivClassName
{
background-color: #355AFC;
}
.BgClassName
{
background-color: #355AFC;
}
</style>
border-color css
<style>
span { border-color: #355AFC; }
span { border-color: rgb(53,90,252); }
td.TdClassName
{
border-color: #355AFC;
}
.TagClassName
{
border-color: #355AFC;
}
</style>