Shades of Neon Blue #3836FE
Tints of Neon Blue #3836FE
RGB
CMYK
RGB Variations
Color information
#3836FE (or 0x3836FE) is known color: Neon Blue. HEX triplet: 38, 36 and FE. RGB value is (56,54,254). Sum of RGB (Red+Green+Blue) = 56+54+254=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #3836FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3836FE is #C7C901. Grayscale: #4C4C4C. Windows color (decimal): -13093122 or 16660024. OLE color: 16660024.
HSL color Cylindrical-coordinate representation of color #3836FE: hue angle of 240.6º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3836FE is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 54 | 254 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.00 |
| HSL | 240.6º | 0.99% | 0.6% | - |
| HSV(B) | 240.6º | 0.79% | 1% | - |
| XYZ | 20.84 | 10.63 | 94.72 | - |
| YUV | 77.4 | 227.66 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 254 | 0.78 | 0.79 | 0 | 0.00 | 240.6 | 0.99 | 0.6 |
| Hex | 38 | 36 | FE | 4E | 4F | 0 | 0 | F1 | 63 | 3C |
| Octal | 70 | 66 | 376 | 116 | 117 | 0 | 0 | 361 | 143 | 74 |
| Binary | 111000 | 110110 | 11111110 | 1001110 | 1001111 | 0 | 0 | 11110001 | 1100011 | 111100 |
Color Harmonies of #3836FE
Complementary color
Monochromatic Colors of #3836FE
Black with #3836FE
Text Example
Text Example
White with #3836FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3836FE; }
p { color: rgb(56,54,254); }
H1.HeaderClassName
{
color: #3836FE;
}
.AnyTagClassName
{
color: #3836FE;
}
</style>
background-color css
<style>
a { background-color: #3836FE; }
a { background-color: rgb(56,54,254); }
div.DivClassName
{
background-color: #3836FE;
}
.BgClassName
{
background-color: #3836FE;
}
</style>
border-color css
<style>
span { border-color: #3836FE; }
span { border-color: rgb(56,54,254); }
td.TdClassName
{
border-color: #3836FE;
}
.TagClassName
{
border-color: #3836FE;
}
</style>