Shades of Neon Blue #354FFC
Tints of Neon Blue #354FFC
RGB
CMYK
RGB Variations
Color information
#354FFC (or 0x354FFC) is known color: Neon Blue. HEX triplet: 35, 4F and FC. RGB value is (53,79,252). Sum of RGB (Red+Green+Blue) = 53+79+252=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #354FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354FFC is #CAB003. Grayscale: #5A5A5A. Windows color (decimal): -13283332 or 16535349. OLE color: 16535349.
HSL color Cylindrical-coordinate representation of color #354FFC: hue angle of 232.16º 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 #354FFC is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 79 | 252 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.01 |
| HSL | 232.16º | 0.97% | 0.6% | - |
| HSV(B) | 232.16º | 0.79% | 0.99% | - |
| XYZ | 21.83 | 13.38 | 93.53 | - |
| YUV | 90.95 | 218.89 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 252 | 0.79 | 0.69 | 0 | 0.01 | 232.16 | 0.97 | 0.6 |
| Hex | 35 | 4F | FC | 4F | 45 | 0 | 1 | E8 | 61 | 3C |
| Octal | 65 | 117 | 374 | 117 | 105 | 0 | 1 | 350 | 141 | 74 |
| Binary | 110101 | 1001111 | 11111100 | 1001111 | 1000101 | 0 | 1 | 11101000 | 1100001 | 111100 |
Color Harmonies of #354FFC
Complementary color
Monochromatic Colors of #354FFC
Black with #354FFC
Text Example
Text Example
White with #354FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354FFC; }
p { color: rgb(53,79,252); }
H1.HeaderClassName
{
color: #354FFC;
}
.AnyTagClassName
{
color: #354FFC;
}
</style>
background-color css
<style>
a { background-color: #354FFC; }
a { background-color: rgb(53,79,252); }
div.DivClassName
{
background-color: #354FFC;
}
.BgClassName
{
background-color: #354FFC;
}
</style>
border-color css
<style>
span { border-color: #354FFC; }
span { border-color: rgb(53,79,252); }
td.TdClassName
{
border-color: #354FFC;
}
.TagClassName
{
border-color: #354FFC;
}
</style>