Shades of Neon Blue #354CF6
Tints of Neon Blue #354CF6
RGB
CMYK
RGB Variations
Color information
#354CF6 (or 0x354CF6) is known color: Neon Blue. HEX triplet: 35, 4C and F6. RGB value is (53,76,246). Sum of RGB (Red+Green+Blue) = 53+76+246=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 246 (96.48% from 255 or 65.6% from 375); Max value from RGB is 246 - color contains mainly: blue. Hex color #354CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #354CF6 is #CAB309. Grayscale: #575757. Windows color (decimal): -13284106 or 16141365. OLE color: 16141365.
HSL color Cylindrical-coordinate representation of color #354CF6: hue angle of 232.85º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #354CF6 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 53 | 76 | 246 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.04 |
| HSL | 232.85º | 0.91% | 0.59% | - |
| HSV(B) | 232.85º | 0.78% | 0.96% | - |
| XYZ | 20.69 | 12.58 | 88.53 | - |
| YUV | 88.5 | 216.88 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 246 | 0.78 | 0.69 | 0 | 0.04 | 232.85 | 0.91 | 0.59 |
| Hex | 35 | 4C | F6 | 4E | 45 | 0 | 4 | E9 | 5B | 3B |
| Octal | 65 | 114 | 366 | 116 | 105 | 0 | 4 | 351 | 133 | 73 |
| Binary | 110101 | 1001100 | 11110110 | 1001110 | 1000101 | 0 | 100 | 11101001 | 1011011 | 111011 |
Color Harmonies of #354CF6
Complementary color
Monochromatic Colors of #354CF6
Black with #354CF6
Text Example
Text Example
White with #354CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354CF6; }
p { color: rgb(53,76,246); }
H1.HeaderClassName
{
color: #354CF6;
}
.AnyTagClassName
{
color: #354CF6;
}
</style>
background-color css
<style>
a { background-color: #354CF6; }
a { background-color: rgb(53,76,246); }
div.DivClassName
{
background-color: #354CF6;
}
.BgClassName
{
background-color: #354CF6;
}
</style>
border-color css
<style>
span { border-color: #354CF6; }
span { border-color: rgb(53,76,246); }
td.TdClassName
{
border-color: #354CF6;
}
.TagClassName
{
border-color: #354CF6;
}
</style>