Shades of Neon Blue #3835FE
Tints of Neon Blue #3835FE
RGB
CMYK
RGB Variations
Color information
#3835FE (or 0x3835FE) is known color: Neon Blue. HEX triplet: 38, 35 and FE. RGB value is (56,53,254). Sum of RGB (Red+Green+Blue) = 56+53+254=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #3835FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3835FE is #C7CA01. Grayscale: #4C4C4C. Windows color (decimal): -13093378 or 16659768. OLE color: 16659768.
HSL color Cylindrical-coordinate representation of color #3835FE: hue angle of 240.9º 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 #3835FE is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 53 | 254 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.00 |
| HSL | 240.9º | 0.99% | 0.6% | - |
| HSV(B) | 240.9º | 0.79% | 1% | - |
| XYZ | 20.79 | 10.54 | 94.7 | - |
| YUV | 76.81 | 227.99 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 254 | 0.78 | 0.79 | 0 | 0.00 | 240.9 | 0.99 | 0.6 |
| Hex | 38 | 35 | FE | 4E | 4F | 0 | 0 | F1 | 63 | 3C |
| Octal | 70 | 65 | 376 | 116 | 117 | 0 | 0 | 361 | 143 | 74 |
| Binary | 111000 | 110101 | 11111110 | 1001110 | 1001111 | 0 | 0 | 11110001 | 1100011 | 111100 |
Color Harmonies of #3835FE
Complementary color
Monochromatic Colors of #3835FE
Black with #3835FE
Text Example
Text Example
White with #3835FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3835FE; }
p { color: rgb(56,53,254); }
H1.HeaderClassName
{
color: #3835FE;
}
.AnyTagClassName
{
color: #3835FE;
}
</style>
background-color css
<style>
a { background-color: #3835FE; }
a { background-color: rgb(56,53,254); }
div.DivClassName
{
background-color: #3835FE;
}
.BgClassName
{
background-color: #3835FE;
}
</style>
border-color css
<style>
span { border-color: #3835FE; }
span { border-color: rgb(56,53,254); }
td.TdClassName
{
border-color: #3835FE;
}
.TagClassName
{
border-color: #3835FE;
}
</style>