Shades of Neon Blue #3D33DF
Tints of Neon Blue #3D33DF
RGB
CMYK
RGB Variations
Color information
#3D33DF (or 0x3D33DF) is known color: Neon Blue. HEX triplet: 3D, 33 and DF. RGB value is (61,51,223). Sum of RGB (Red+Green+Blue) = 61+51+223=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D33DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D33DF is #C2CC20. Grayscale: #484848. Windows color (decimal): -12766241 or 14627645. OLE color: 14627645.
HSL color Cylindrical-coordinate representation of color #3D33DF: hue angle of 243.49º 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 #3D33DF is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 51 | 223 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.13 |
| HSL | 243.49º | 0.73% | 0.54% | - |
| HSV(B) | 243.49º | 0.77% | 0.87% | - |
| XYZ | 16.43 | 8.69 | 70.62 | - |
| YUV | 73.6 | 212.31 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 51 | 223 | 0.73 | 0.77 | 0 | 0.13 | 243.49 | 0.73 | 0.54 |
| Hex | 3D | 33 | DF | 49 | 4D | 0 | D | F3 | 49 | 36 |
| Octal | 75 | 63 | 337 | 111 | 115 | 0 | 15 | 363 | 111 | 66 |
| Binary | 111101 | 110011 | 11011111 | 1001001 | 1001101 | 0 | 1101 | 11110011 | 1001001 | 110110 |
Color Harmonies of #3D33DF
Complementary color
Monochromatic Colors of #3D33DF
Black with #3D33DF
Text Example
Text Example
White with #3D33DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D33DF; }
p { color: rgb(61,51,223); }
H1.HeaderClassName
{
color: #3D33DF;
}
.AnyTagClassName
{
color: #3D33DF;
}
</style>
background-color css
<style>
a { background-color: #3D33DF; }
a { background-color: rgb(61,51,223); }
div.DivClassName
{
background-color: #3D33DF;
}
.BgClassName
{
background-color: #3D33DF;
}
</style>
border-color css
<style>
span { border-color: #3D33DF; }
span { border-color: rgb(61,51,223); }
td.TdClassName
{
border-color: #3D33DF;
}
.TagClassName
{
border-color: #3D33DF;
}
</style>