Shades of Neon Blue #3D3FFF
Tints of Neon Blue #3D3FFF
RGB
CMYK
RGB Variations
Color information
#3D3FFF (or 0x3D3FFF) is known color: Neon Blue. HEX triplet: 3D, 3F and FF. RGB value is (61,63,255). Sum of RGB (Red+Green+Blue) = 61+63+255=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D3FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D3FFF is #C2C000. Grayscale: #535353. Windows color (decimal): -12763137 or 16727869. OLE color: 16727869.
HSL color Cylindrical-coordinate representation of color #3D3FFF: hue angle of 239.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D3FFF is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 63 | 255 | - |
| CMYK | 0.76 | 0.75 | 0 | 0 |
| HSL | 239.38º | 1% | 0.62% | - |
| HSV(B) | 239.38º | 0.76% | 1% | - |
| XYZ | 21.75 | 11.77 | 95.73 | - |
| YUV | 84.29 | 224.34 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 63 | 255 | 0.76 | 0.75 | 0 | 0 | 239.38 | 1 | 0.62 |
| Hex | 3D | 3F | FF | 4C | 4B | 0 | 0 | EF | 64 | 3E |
| Octal | 75 | 77 | 377 | 114 | 113 | 0 | 0 | 357 | 144 | 76 |
| Binary | 111101 | 111111 | 11111111 | 1001100 | 1001011 | 0 | 0 | 11101111 | 1100100 | 111110 |
Color Harmonies of #3D3FFF
Complementary color
Monochromatic Colors of #3D3FFF
Black with #3D3FFF
Text Example
Text Example
White with #3D3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3FFF; }
p { color: rgb(61,63,255); }
H1.HeaderClassName
{
color: #3D3FFF;
}
.AnyTagClassName
{
color: #3D3FFF;
}
</style>
background-color css
<style>
a { background-color: #3D3FFF; }
a { background-color: rgb(61,63,255); }
div.DivClassName
{
background-color: #3D3FFF;
}
.BgClassName
{
background-color: #3D3FFF;
}
</style>
border-color css
<style>
span { border-color: #3D3FFF; }
span { border-color: rgb(61,63,255); }
td.TdClassName
{
border-color: #3D3FFF;
}
.TagClassName
{
border-color: #3D3FFF;
}
</style>