Shades of Neon Blue #3656F8
Tints of Neon Blue #3656F8
RGB
CMYK
RGB Variations
Color information
#3656F8 (or 0x3656F8) is known color: Neon Blue. HEX triplet: 36, 56 and F8. RGB value is (54,86,248). Sum of RGB (Red+Green+Blue) = 54+86+248=388 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.92% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 248 (97.27% from 255 or 63.92% from 388); Max value from RGB is 248 - color contains mainly: blue. Hex color #3656F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3656F8 is #C9A907. Grayscale: #5E5E5E. Windows color (decimal): -13216008 or 16274998. OLE color: 16274998.
HSL color Cylindrical-coordinate representation of color #3656F8: hue angle of 230.1º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3656F8 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 86 | 248 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.03 |
| HSL | 230.1º | 0.93% | 0.59% | - |
| HSV(B) | 230.1º | 0.78% | 0.97% | - |
| XYZ | 21.79 | 14.22 | 90.4 | - |
| YUV | 94.9 | 214.4 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 86 | 248 | 0.78 | 0.65 | 0 | 0.03 | 230.1 | 0.93 | 0.59 |
| Hex | 36 | 56 | F8 | 4E | 41 | 0 | 3 | E6 | 5D | 3B |
| Octal | 66 | 126 | 370 | 116 | 101 | 0 | 3 | 346 | 135 | 73 |
| Binary | 110110 | 1010110 | 11111000 | 1001110 | 1000001 | 0 | 11 | 11100110 | 1011101 | 111011 |
Color Harmonies of #3656F8
Complementary color
Monochromatic Colors of #3656F8
Black with #3656F8
Text Example
Text Example
White with #3656F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3656F8; }
p { color: rgb(54,86,248); }
H1.HeaderClassName
{
color: #3656F8;
}
.AnyTagClassName
{
color: #3656F8;
}
</style>
background-color css
<style>
a { background-color: #3656F8; }
a { background-color: rgb(54,86,248); }
div.DivClassName
{
background-color: #3656F8;
}
.BgClassName
{
background-color: #3656F8;
}
</style>
border-color css
<style>
span { border-color: #3656F8; }
span { border-color: rgb(54,86,248); }
td.TdClassName
{
border-color: #3656F8;
}
.TagClassName
{
border-color: #3656F8;
}
</style>