Shades of Neon Blue #3831FE
Tints of Neon Blue #3831FE
RGB
CMYK
RGB Variations
Color information
#3831FE (or 0x3831FE) is known color: Neon Blue. HEX triplet: 38, 31 and FE. RGB value is (56,49,254). Sum of RGB (Red+Green+Blue) = 56+49+254=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #3831FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3831FE is #C7CE01. Grayscale: #494949. Windows color (decimal): -13094402 or 16658744. OLE color: 16658744.
HSL color Cylindrical-coordinate representation of color #3831FE: hue angle of 242.05º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3831FE is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 49 | 254 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.00 |
| HSL | 242.05º | 0.99% | 0.59% | - |
| HSV(B) | 242.05º | 0.81% | 1% | - |
| XYZ | 20.62 | 10.19 | 94.65 | - |
| YUV | 74.46 | 229.32 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 49 | 254 | 0.78 | 0.81 | 0 | 0.00 | 242.05 | 0.99 | 0.59 |
| Hex | 38 | 31 | FE | 4E | 51 | 0 | 0 | F2 | 63 | 3B |
| Octal | 70 | 61 | 376 | 116 | 121 | 0 | 0 | 362 | 143 | 73 |
| Binary | 111000 | 110001 | 11111110 | 1001110 | 1010001 | 0 | 0 | 11110010 | 1100011 | 111011 |
Color Harmonies of #3831FE
Complementary color
Monochromatic Colors of #3831FE
Black with #3831FE
Text Example
Text Example
White with #3831FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3831FE; }
p { color: rgb(56,49,254); }
H1.HeaderClassName
{
color: #3831FE;
}
.AnyTagClassName
{
color: #3831FE;
}
</style>
background-color css
<style>
a { background-color: #3831FE; }
a { background-color: rgb(56,49,254); }
div.DivClassName
{
background-color: #3831FE;
}
.BgClassName
{
background-color: #3831FE;
}
</style>
border-color css
<style>
span { border-color: #3831FE; }
span { border-color: rgb(56,49,254); }
td.TdClassName
{
border-color: #3831FE;
}
.TagClassName
{
border-color: #3831FE;
}
</style>