Shades of Neon Blue #3D3EFD
Tints of Neon Blue #3D3EFD
RGB
CMYK
RGB Variations
Color information
#3D3EFD (or 0x3D3EFD) is known color: Neon Blue. HEX triplet: 3D, 3E and FD. RGB value is (61,62,253). Sum of RGB (Red+Green+Blue) = 61+62+253=376 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.22% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #3D3EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D3EFD is #C2C102. Grayscale: #525252. Windows color (decimal): -12763395 or 16596541. OLE color: 16596541.
HSL color Cylindrical-coordinate representation of color #3D3EFD: hue angle of 239.69º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D3EFD is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 62 | 253 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.01 |
| HSL | 239.69º | 0.98% | 0.62% | - |
| HSV(B) | 239.69º | 0.76% | 0.99% | - |
| XYZ | 21.38 | 11.53 | 94.03 | - |
| YUV | 83.48 | 223.67 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 62 | 253 | 0.76 | 0.75 | 0 | 0.01 | 239.69 | 0.98 | 0.62 |
| Hex | 3D | 3E | FD | 4C | 4B | 0 | 1 | F0 | 62 | 3E |
| Octal | 75 | 76 | 375 | 114 | 113 | 0 | 1 | 360 | 142 | 76 |
| Binary | 111101 | 111110 | 11111101 | 1001100 | 1001011 | 0 | 1 | 11110000 | 1100010 | 111110 |
Color Harmonies of #3D3EFD
Complementary color
Monochromatic Colors of #3D3EFD
Black with #3D3EFD
Text Example
Text Example
White with #3D3EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3EFD; }
p { color: rgb(61,62,253); }
H1.HeaderClassName
{
color: #3D3EFD;
}
.AnyTagClassName
{
color: #3D3EFD;
}
</style>
background-color css
<style>
a { background-color: #3D3EFD; }
a { background-color: rgb(61,62,253); }
div.DivClassName
{
background-color: #3D3EFD;
}
.BgClassName
{
background-color: #3D3EFD;
}
</style>
border-color css
<style>
span { border-color: #3D3EFD; }
span { border-color: rgb(61,62,253); }
td.TdClassName
{
border-color: #3D3EFD;
}
.TagClassName
{
border-color: #3D3EFD;
}
</style>