Shades of Neon Blue #3D3BDF
Tints of Neon Blue #3D3BDF
RGB
CMYK
RGB Variations
Color information
#3D3BDF (or 0x3D3BDF) is known color: Neon Blue. HEX triplet: 3D, 3B and DF. RGB value is (61,59,223). Sum of RGB (Red+Green+Blue) = 61+59+223=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D3BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D3BDF is #C2C420. Grayscale: #4D4D4D. Windows color (decimal): -12764193 or 14629693. OLE color: 14629693.
HSL color Cylindrical-coordinate representation of color #3D3BDF: hue angle of 240.73º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D3BDF is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 59 | 223 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.13 |
| HSL | 240.73º | 0.72% | 0.55% | - |
| HSV(B) | 240.73º | 0.74% | 0.87% | - |
| XYZ | 16.81 | 9.45 | 70.75 | - |
| YUV | 78.29 | 209.66 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 59 | 223 | 0.73 | 0.74 | 0 | 0.13 | 240.73 | 0.72 | 0.55 |
| Hex | 3D | 3B | DF | 49 | 4A | 0 | D | F1 | 48 | 37 |
| Octal | 75 | 73 | 337 | 111 | 112 | 0 | 15 | 361 | 110 | 67 |
| Binary | 111101 | 111011 | 11011111 | 1001001 | 1001010 | 0 | 1101 | 11110001 | 1001000 | 110111 |
Color Harmonies of #3D3BDF
Complementary color
Monochromatic Colors of #3D3BDF
Black with #3D3BDF
Text Example
Text Example
White with #3D3BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3BDF; }
p { color: rgb(61,59,223); }
H1.HeaderClassName
{
color: #3D3BDF;
}
.AnyTagClassName
{
color: #3D3BDF;
}
</style>
background-color css
<style>
a { background-color: #3D3BDF; }
a { background-color: rgb(61,59,223); }
div.DivClassName
{
background-color: #3D3BDF;
}
.BgClassName
{
background-color: #3D3BDF;
}
</style>
border-color css
<style>
span { border-color: #3D3BDF; }
span { border-color: rgb(61,59,223); }
td.TdClassName
{
border-color: #3D3BDF;
}
.TagClassName
{
border-color: #3D3BDF;
}
</style>