Shades of Neon Blue #3831DF
Tints of Neon Blue #3831DF
RGB
CMYK
RGB Variations
Color information
#3831DF (or 0x3831DF) is known color: Neon Blue. HEX triplet: 38, 31 and DF. RGB value is (56,49,223). Sum of RGB (Red+Green+Blue) = 56+49+223=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #3831DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3831DF is #C7CE20. Grayscale: #464646. Windows color (decimal): -13094433 or 14627128. OLE color: 14627128.
HSL color Cylindrical-coordinate representation of color #3831DF: hue angle of 242.41º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3831DF is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 49 | 223 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.13 |
| HSL | 242.41º | 0.73% | 0.53% | - |
| HSV(B) | 242.41º | 0.78% | 0.87% | - |
| XYZ | 16.05 | 8.37 | 70.58 | - |
| YUV | 70.93 | 213.82 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 49 | 223 | 0.75 | 0.78 | 0 | 0.13 | 242.41 | 0.73 | 0.53 |
| Hex | 38 | 31 | DF | 4B | 4E | 0 | D | F2 | 49 | 35 |
| Octal | 70 | 61 | 337 | 113 | 116 | 0 | 15 | 362 | 111 | 65 |
| Binary | 111000 | 110001 | 11011111 | 1001011 | 1001110 | 0 | 1101 | 11110010 | 1001001 | 110101 |
Color Harmonies of #3831DF
Complementary color
Monochromatic Colors of #3831DF
Black with #3831DF
Text Example
Text Example
White with #3831DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3831DF; }
p { color: rgb(56,49,223); }
H1.HeaderClassName
{
color: #3831DF;
}
.AnyTagClassName
{
color: #3831DF;
}
</style>
background-color css
<style>
a { background-color: #3831DF; }
a { background-color: rgb(56,49,223); }
div.DivClassName
{
background-color: #3831DF;
}
.BgClassName
{
background-color: #3831DF;
}
</style>
border-color css
<style>
span { border-color: #3831DF; }
span { border-color: rgb(56,49,223); }
td.TdClassName
{
border-color: #3831DF;
}
.TagClassName
{
border-color: #3831DF;
}
</style>