Shades of Neon Blue #3D3DFC
Tints of Neon Blue #3D3DFC
RGB
CMYK
RGB Variations
Color information
#3D3DFC (or 0x3D3DFC) is known color: Neon Blue. HEX triplet: 3D, 3D and FC. RGB value is (61,61,252). Sum of RGB (Red+Green+Blue) = 61+61+252=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #3D3DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D3DFC is #C2C203. Grayscale: #525252. Windows color (decimal): -12763652 or 16530749. OLE color: 16530749.
HSL color Cylindrical-coordinate representation of color #3D3DFC: hue angle of 240º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D3DFC is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 61 | 252 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.01 |
| HSL | 240º | 0.97% | 0.61% | - |
| HSV(B) | 240º | 0.76% | 0.99% | - |
| XYZ | 21.16 | 11.36 | 93.17 | - |
| YUV | 82.77 | 223.5 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 61 | 252 | 0.76 | 0.76 | 0 | 0.01 | 240 | 0.97 | 0.61 |
| Hex | 3D | 3D | FC | 4C | 4C | 0 | 1 | F0 | 61 | 3D |
| Octal | 75 | 75 | 374 | 114 | 114 | 0 | 1 | 360 | 141 | 75 |
| Binary | 111101 | 111101 | 11111100 | 1001100 | 1001100 | 0 | 1 | 11110000 | 1100001 | 111101 |
Color Harmonies of #3D3DFC
Complementary color
Monochromatic Colors of #3D3DFC
Black with #3D3DFC
Text Example
Text Example
White with #3D3DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3DFC; }
p { color: rgb(61,61,252); }
H1.HeaderClassName
{
color: #3D3DFC;
}
.AnyTagClassName
{
color: #3D3DFC;
}
</style>
background-color css
<style>
a { background-color: #3D3DFC; }
a { background-color: rgb(61,61,252); }
div.DivClassName
{
background-color: #3D3DFC;
}
.BgClassName
{
background-color: #3D3DFC;
}
</style>
border-color css
<style>
span { border-color: #3D3DFC; }
span { border-color: rgb(61,61,252); }
td.TdClassName
{
border-color: #3D3DFC;
}
.TagClassName
{
border-color: #3D3DFC;
}
</style>