Shades of Neon Blue #3933DF
Tints of Neon Blue #3933DF
RGB
CMYK
RGB Variations
Color information
#3933DF (or 0x3933DF) is known color: Neon Blue. HEX triplet: 39, 33 and DF. RGB value is (57,51,223). Sum of RGB (Red+Green+Blue) = 57+51+223=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #3933DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3933DF is #C6CC20. Grayscale: #474747. Windows color (decimal): -13028385 or 14627641. OLE color: 14627641.
HSL color Cylindrical-coordinate representation of color #3933DF: hue angle of 242.09º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3933DF is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 51 | 223 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.13 |
| HSL | 242.09º | 0.73% | 0.54% | - |
| HSV(B) | 242.09º | 0.77% | 0.87% | - |
| XYZ | 16.19 | 8.57 | 70.61 | - |
| YUV | 72.4 | 212.99 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 51 | 223 | 0.74 | 0.77 | 0 | 0.13 | 242.09 | 0.73 | 0.54 |
| Hex | 39 | 33 | DF | 4A | 4D | 0 | D | F2 | 49 | 36 |
| Octal | 71 | 63 | 337 | 112 | 115 | 0 | 15 | 362 | 111 | 66 |
| Binary | 111001 | 110011 | 11011111 | 1001010 | 1001101 | 0 | 1101 | 11110010 | 1001001 | 110110 |
Color Harmonies of #3933DF
Complementary color
Monochromatic Colors of #3933DF
Black with #3933DF
Text Example
Text Example
White with #3933DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3933DF; }
p { color: rgb(57,51,223); }
H1.HeaderClassName
{
color: #3933DF;
}
.AnyTagClassName
{
color: #3933DF;
}
</style>
background-color css
<style>
a { background-color: #3933DF; }
a { background-color: rgb(57,51,223); }
div.DivClassName
{
background-color: #3933DF;
}
.BgClassName
{
background-color: #3933DF;
}
</style>
border-color css
<style>
span { border-color: #3933DF; }
span { border-color: rgb(57,51,223); }
td.TdClassName
{
border-color: #3933DF;
}
.TagClassName
{
border-color: #3933DF;
}
</style>