Shades of Neon Blue #3D3EF2
Tints of Neon Blue #3D3EF2
RGB
CMYK
RGB Variations
Color information
#3D3EF2 (or 0x3D3EF2) is known color: Neon Blue. HEX triplet: 3D, 3E and F2. RGB value is (61,62,242). Sum of RGB (Red+Green+Blue) = 61+62+242=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 242 (94.92% from 255 or 66.30% from 365); Max value from RGB is 242 - color contains mainly: blue. Hex color #3D3EF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D3EF2 is #C2C10D. Grayscale: #515151. Windows color (decimal): -12763406 or 15875645. OLE color: 15875645.
HSL color Cylindrical-coordinate representation of color #3D3EF2: hue angle of 239.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D3EF2 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 62 | 242 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.05 |
| HSL | 239.67º | 0.87% | 0.59% | - |
| HSV(B) | 239.67º | 0.75% | 0.95% | - |
| XYZ | 19.67 | 10.85 | 85.06 | - |
| YUV | 82.22 | 218.17 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 62 | 242 | 0.75 | 0.74 | 0 | 0.05 | 239.67 | 0.87 | 0.59 |
| Hex | 3D | 3E | F2 | 4B | 4A | 0 | 5 | F0 | 57 | 3B |
| Octal | 75 | 76 | 362 | 113 | 112 | 0 | 5 | 360 | 127 | 73 |
| Binary | 111101 | 111110 | 11110010 | 1001011 | 1001010 | 0 | 101 | 11110000 | 1010111 | 111011 |
Color Harmonies of #3D3EF2
Complementary color
Monochromatic Colors of #3D3EF2
Black with #3D3EF2
Text Example
Text Example
White with #3D3EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3EF2; }
p { color: rgb(61,62,242); }
H1.HeaderClassName
{
color: #3D3EF2;
}
.AnyTagClassName
{
color: #3D3EF2;
}
</style>
background-color css
<style>
a { background-color: #3D3EF2; }
a { background-color: rgb(61,62,242); }
div.DivClassName
{
background-color: #3D3EF2;
}
.BgClassName
{
background-color: #3D3EF2;
}
</style>
border-color css
<style>
span { border-color: #3D3EF2; }
span { border-color: rgb(61,62,242); }
td.TdClassName
{
border-color: #3D3EF2;
}
.TagClassName
{
border-color: #3D3EF2;
}
</style>