Shades of Neon Blue #3856FF
Tints of Neon Blue #3856FF
RGB
CMYK
RGB Variations
Color information
#3856FF (or 0x3856FF) is known color: Neon Blue. HEX triplet: 38, 56 and FF. RGB value is (56,86,255). Sum of RGB (Red+Green+Blue) = 56+86+255=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #3856FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3856FF is #C7A900. Grayscale: #5F5F5F. Windows color (decimal): -13084929 or 16733752. OLE color: 16733752.
HSL color Cylindrical-coordinate representation of color #3856FF: hue angle of 230.95º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3856FF is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 86 | 255 | - |
| CMYK | 0.78 | 0.66 | 0 | 0 |
| HSL | 230.95º | 1% | 0.61% | - |
| HSV(B) | 230.95º | 0.78% | 1% | - |
| XYZ | 23.01 | 14.72 | 96.24 | - |
| YUV | 96.3 | 217.56 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 86 | 255 | 0.78 | 0.66 | 0 | 0 | 230.95 | 1 | 0.61 |
| Hex | 38 | 56 | FF | 4E | 42 | 0 | 0 | E7 | 64 | 3D |
| Octal | 70 | 126 | 377 | 116 | 102 | 0 | 0 | 347 | 144 | 75 |
| Binary | 111000 | 1010110 | 11111111 | 1001110 | 1000010 | 0 | 0 | 11100111 | 1100100 | 111101 |
Color Harmonies of #3856FF
Complementary color
Monochromatic Colors of #3856FF
Black with #3856FF
Text Example
Text Example
White with #3856FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3856FF; }
p { color: rgb(56,86,255); }
H1.HeaderClassName
{
color: #3856FF;
}
.AnyTagClassName
{
color: #3856FF;
}
</style>
background-color css
<style>
a { background-color: #3856FF; }
a { background-color: rgb(56,86,255); }
div.DivClassName
{
background-color: #3856FF;
}
.BgClassName
{
background-color: #3856FF;
}
</style>
border-color css
<style>
span { border-color: #3856FF; }
span { border-color: rgb(56,86,255); }
td.TdClassName
{
border-color: #3856FF;
}
.TagClassName
{
border-color: #3856FF;
}
</style>