Shades of Neon Blue #354FFF
Tints of Neon Blue #354FFF
RGB
CMYK
RGB Variations
Color information
#354FFF (or 0x354FFF) is known color: Neon Blue. HEX triplet: 35, 4F and FF. RGB value is (53,79,255). Sum of RGB (Red+Green+Blue) = 53+79+255=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #354FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354FFF is #CAB000. Grayscale: #5A5A5A. Windows color (decimal): -13283329 or 16731957. OLE color: 16731957.
HSL color Cylindrical-coordinate representation of color #354FFF: hue angle of 232.28º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #354FFF is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 79 | 255 | - |
| CMYK | 0.79 | 0.69 | 0 | 0 |
| HSL | 232.28º | 1% | 0.6% | - |
| HSV(B) | 232.28º | 0.79% | 1% | - |
| XYZ | 22.31 | 13.57 | 96.05 | - |
| YUV | 91.29 | 220.39 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 255 | 0.79 | 0.69 | 0 | 0 | 232.28 | 1 | 0.6 |
| Hex | 35 | 4F | FF | 4F | 45 | 0 | 0 | E8 | 64 | 3C |
| Octal | 65 | 117 | 377 | 117 | 105 | 0 | 0 | 350 | 144 | 74 |
| Binary | 110101 | 1001111 | 11111111 | 1001111 | 1000101 | 0 | 0 | 11101000 | 1100100 | 111100 |
Color Harmonies of #354FFF
Complementary color
Monochromatic Colors of #354FFF
Black with #354FFF
Text Example
Text Example
White with #354FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354FFF; }
p { color: rgb(53,79,255); }
H1.HeaderClassName
{
color: #354FFF;
}
.AnyTagClassName
{
color: #354FFF;
}
</style>
background-color css
<style>
a { background-color: #354FFF; }
a { background-color: rgb(53,79,255); }
div.DivClassName
{
background-color: #354FFF;
}
.BgClassName
{
background-color: #354FFF;
}
</style>
border-color css
<style>
span { border-color: #354FFF; }
span { border-color: rgb(53,79,255); }
td.TdClassName
{
border-color: #354FFF;
}
.TagClassName
{
border-color: #354FFF;
}
</style>