Shades of Neon Blue #3D2FFF
Tints of Neon Blue #3D2FFF
RGB
CMYK
RGB Variations
Color information
#3D2FFF (or 0x3D2FFF) is known color: Neon Blue. HEX triplet: 3D, 2F and FF. RGB value is (61,47,255). Sum of RGB (Red+Green+Blue) = 61+47+255=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D2FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D2FFF is #C2D000. Grayscale: #4A4A4A. Windows color (decimal): -12767233 or 16723773. OLE color: 16723773.
HSL color Cylindrical-coordinate representation of color #3D2FFF: hue angle of 244.04º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D2FFF is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 47 | 255 | - |
| CMYK | 0.76 | 0.82 | 0 | 0 |
| HSL | 244.04º | 1% | 0.59% | - |
| HSV(B) | 244.04º | 0.82% | 1% | - |
| XYZ | 20.99 | 10.25 | 95.48 | - |
| YUV | 74.9 | 229.64 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 47 | 255 | 0.76 | 0.82 | 0 | 0 | 244.04 | 1 | 0.59 |
| Hex | 3D | 2F | FF | 4C | 52 | 0 | 0 | F4 | 64 | 3B |
| Octal | 75 | 57 | 377 | 114 | 122 | 0 | 0 | 364 | 144 | 73 |
| Binary | 111101 | 101111 | 11111111 | 1001100 | 1010010 | 0 | 0 | 11110100 | 1100100 | 111011 |
Color Harmonies of #3D2FFF
Complementary color
Monochromatic Colors of #3D2FFF
Black with #3D2FFF
Text Example
Text Example
White with #3D2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2FFF; }
p { color: rgb(61,47,255); }
H1.HeaderClassName
{
color: #3D2FFF;
}
.AnyTagClassName
{
color: #3D2FFF;
}
</style>
background-color css
<style>
a { background-color: #3D2FFF; }
a { background-color: rgb(61,47,255); }
div.DivClassName
{
background-color: #3D2FFF;
}
.BgClassName
{
background-color: #3D2FFF;
}
</style>
border-color css
<style>
span { border-color: #3D2FFF; }
span { border-color: rgb(61,47,255); }
td.TdClassName
{
border-color: #3D2FFF;
}
.TagClassName
{
border-color: #3D2FFF;
}
</style>