Shades of Neon Blue #3D42FD
Tints of Neon Blue #3D42FD
RGB
CMYK
RGB Variations
Color information
#3D42FD (or 0x3D42FD) is known color: Neon Blue. HEX triplet: 3D, 42 and FD. RGB value is (61,66,253). Sum of RGB (Red+Green+Blue) = 61+66+253=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #3D42FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D42FD is #C2BD02. Grayscale: #555555. Windows color (decimal): -12762371 or 16597565. OLE color: 16597565.
HSL color Cylindrical-coordinate representation of color #3D42FD: hue angle of 238.44º 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 #3D42FD is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 66 | 253 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.01 |
| HSL | 238.44º | 0.98% | 0.62% | - |
| HSV(B) | 238.44º | 0.76% | 0.99% | - |
| XYZ | 21.6 | 11.98 | 94.1 | - |
| YUV | 85.82 | 222.34 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 253 | 0.76 | 0.74 | 0 | 0.01 | 238.44 | 0.98 | 0.62 |
| Hex | 3D | 42 | FD | 4C | 4A | 0 | 1 | EE | 62 | 3E |
| Octal | 75 | 102 | 375 | 114 | 112 | 0 | 1 | 356 | 142 | 76 |
| Binary | 111101 | 1000010 | 11111101 | 1001100 | 1001010 | 0 | 1 | 11101110 | 1100010 | 111110 |
Color Harmonies of #3D42FD
Complementary color
Monochromatic Colors of #3D42FD
Black with #3D42FD
Text Example
Text Example
White with #3D42FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D42FD; }
p { color: rgb(61,66,253); }
H1.HeaderClassName
{
color: #3D42FD;
}
.AnyTagClassName
{
color: #3D42FD;
}
</style>
background-color css
<style>
a { background-color: #3D42FD; }
a { background-color: rgb(61,66,253); }
div.DivClassName
{
background-color: #3D42FD;
}
.BgClassName
{
background-color: #3D42FD;
}
</style>
border-color css
<style>
span { border-color: #3D42FD; }
span { border-color: rgb(61,66,253); }
td.TdClassName
{
border-color: #3D42FD;
}
.TagClassName
{
border-color: #3D42FD;
}
</style>