Shades of Neon Blue #3831FF
Tints of Neon Blue #3831FF
RGB
CMYK
RGB Variations
Color information
#3831FF (or 0x3831FF) is known color: Neon Blue. HEX triplet: 38, 31 and FF. RGB value is (56,49,255). Sum of RGB (Red+Green+Blue) = 56+49+255=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #3831FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3831FF is #C7CE00. Grayscale: #494949. Windows color (decimal): -13094401 or 16724280. OLE color: 16724280.
HSL color Cylindrical-coordinate representation of color #3831FF: hue angle of 242.04º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3831FF is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 49 | 255 | - |
| CMYK | 0.78 | 0.81 | 0 | 0 |
| HSL | 242.04º | 1% | 0.6% | - |
| HSV(B) | 242.04º | 0.81% | 1% | - |
| XYZ | 20.78 | 10.26 | 95.49 | - |
| YUV | 74.58 | 229.82 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 49 | 255 | 0.78 | 0.81 | 0 | 0 | 242.04 | 1 | 0.6 |
| Hex | 38 | 31 | FF | 4E | 51 | 0 | 0 | F2 | 64 | 3C |
| Octal | 70 | 61 | 377 | 116 | 121 | 0 | 0 | 362 | 144 | 74 |
| Binary | 111000 | 110001 | 11111111 | 1001110 | 1010001 | 0 | 0 | 11110010 | 1100100 | 111100 |
Color Harmonies of #3831FF
Complementary color
Monochromatic Colors of #3831FF
Black with #3831FF
Text Example
Text Example
White with #3831FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3831FF; }
p { color: rgb(56,49,255); }
H1.HeaderClassName
{
color: #3831FF;
}
.AnyTagClassName
{
color: #3831FF;
}
</style>
background-color css
<style>
a { background-color: #3831FF; }
a { background-color: rgb(56,49,255); }
div.DivClassName
{
background-color: #3831FF;
}
.BgClassName
{
background-color: #3831FF;
}
</style>
border-color css
<style>
span { border-color: #3831FF; }
span { border-color: rgb(56,49,255); }
td.TdClassName
{
border-color: #3831FF;
}
.TagClassName
{
border-color: #3831FF;
}
</style>