Shades of Neon Blue #3D3AEF
Tints of Neon Blue #3D3AEF
RGB
CMYK
RGB Variations
Color information
#3D3AEF (or 0x3D3AEF) is known color: Neon Blue. HEX triplet: 3D, 3A and EF. RGB value is (61,58,239). Sum of RGB (Red+Green+Blue) = 61+58+239=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #3D3AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D3AEF is #C2C510. Grayscale: #4E4E4E. Windows color (decimal): -12764433 or 15678013. OLE color: 15678013.
HSL color Cylindrical-coordinate representation of color #3D3AEF: hue angle of 240.99º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D3AEF is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 58 | 239 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.06 |
| HSL | 240.99º | 0.85% | 0.58% | - |
| HSV(B) | 240.99º | 0.76% | 0.94% | - |
| XYZ | 19.02 | 10.25 | 82.64 | - |
| YUV | 79.53 | 217.99 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 58 | 239 | 0.74 | 0.76 | 0 | 0.06 | 240.99 | 0.85 | 0.58 |
| Hex | 3D | 3A | EF | 4A | 4C | 0 | 6 | F1 | 55 | 3A |
| Octal | 75 | 72 | 357 | 112 | 114 | 0 | 6 | 361 | 125 | 72 |
| Binary | 111101 | 111010 | 11101111 | 1001010 | 1001100 | 0 | 110 | 11110001 | 1010101 | 111010 |
Color Harmonies of #3D3AEF
Complementary color
Monochromatic Colors of #3D3AEF
Black with #3D3AEF
Text Example
Text Example
White with #3D3AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3AEF; }
p { color: rgb(61,58,239); }
H1.HeaderClassName
{
color: #3D3AEF;
}
.AnyTagClassName
{
color: #3D3AEF;
}
</style>
background-color css
<style>
a { background-color: #3D3AEF; }
a { background-color: rgb(61,58,239); }
div.DivClassName
{
background-color: #3D3AEF;
}
.BgClassName
{
background-color: #3D3AEF;
}
</style>
border-color css
<style>
span { border-color: #3D3AEF; }
span { border-color: rgb(61,58,239); }
td.TdClassName
{
border-color: #3D3AEF;
}
.TagClassName
{
border-color: #3D3AEF;
}
</style>