Shades of Neon Blue #3D3ADF
Tints of Neon Blue #3D3ADF
RGB
CMYK
RGB Variations
Color information
#3D3ADF (or 0x3D3ADF) is known color: Neon Blue. HEX triplet: 3D, 3A and DF. RGB value is (61,58,223). Sum of RGB (Red+Green+Blue) = 61+58+223=342 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.84% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D3ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D3ADF is #C2C520. Grayscale: #4D4D4D. Windows color (decimal): -12764449 or 14629437. OLE color: 14629437.
HSL color Cylindrical-coordinate representation of color #3D3ADF: hue angle of 241.09º 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 #3D3ADF is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 58 | 223 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.13 |
| HSL | 241.09º | 0.72% | 0.55% | - |
| HSV(B) | 241.09º | 0.74% | 0.87% | - |
| XYZ | 16.76 | 9.35 | 70.73 | - |
| YUV | 77.71 | 209.99 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 58 | 223 | 0.73 | 0.74 | 0 | 0.13 | 241.09 | 0.72 | 0.55 |
| Hex | 3D | 3A | DF | 49 | 4A | 0 | D | F1 | 48 | 37 |
| Octal | 75 | 72 | 337 | 111 | 112 | 0 | 15 | 361 | 110 | 67 |
| Binary | 111101 | 111010 | 11011111 | 1001001 | 1001010 | 0 | 1101 | 11110001 | 1001000 | 110111 |
Color Harmonies of #3D3ADF
Complementary color
Monochromatic Colors of #3D3ADF
Black with #3D3ADF
Text Example
Text Example
White with #3D3ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3ADF; }
p { color: rgb(61,58,223); }
H1.HeaderClassName
{
color: #3D3ADF;
}
.AnyTagClassName
{
color: #3D3ADF;
}
</style>
background-color css
<style>
a { background-color: #3D3ADF; }
a { background-color: rgb(61,58,223); }
div.DivClassName
{
background-color: #3D3ADF;
}
.BgClassName
{
background-color: #3D3ADF;
}
</style>
border-color css
<style>
span { border-color: #3D3ADF; }
span { border-color: rgb(61,58,223); }
td.TdClassName
{
border-color: #3D3ADF;
}
.TagClassName
{
border-color: #3D3ADF;
}
</style>