Shades of Neon Blue #3D51FC
Tints of Neon Blue #3D51FC
RGB
CMYK
RGB Variations
Color information
#3D51FC (or 0x3D51FC) is known color: Neon Blue. HEX triplet: 3D, 51 and FC. RGB value is (61,81,252). Sum of RGB (Red+Green+Blue) = 61+81+252=394 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.48% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #3D51FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D51FC is #C2AE03. Grayscale: #5D5D5D. Windows color (decimal): -12758532 or 16535869. OLE color: 16535869.
HSL color Cylindrical-coordinate representation of color #3D51FC: hue angle of 233.72º 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 #3D51FC is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 81 | 252 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.01 |
| HSL | 233.72º | 0.97% | 0.61% | - |
| HSV(B) | 233.72º | 0.76% | 0.99% | - |
| XYZ | 22.44 | 13.91 | 93.6 | - |
| YUV | 94.51 | 216.87 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 252 | 0.76 | 0.68 | 0 | 0.01 | 233.72 | 0.97 | 0.61 |
| Hex | 3D | 51 | FC | 4C | 44 | 0 | 1 | EA | 61 | 3D |
| Octal | 75 | 121 | 374 | 114 | 104 | 0 | 1 | 352 | 141 | 75 |
| Binary | 111101 | 1010001 | 11111100 | 1001100 | 1000100 | 0 | 1 | 11101010 | 1100001 | 111101 |
Color Harmonies of #3D51FC
Complementary color
Monochromatic Colors of #3D51FC
Black with #3D51FC
Text Example
Text Example
White with #3D51FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D51FC; }
p { color: rgb(61,81,252); }
H1.HeaderClassName
{
color: #3D51FC;
}
.AnyTagClassName
{
color: #3D51FC;
}
</style>
background-color css
<style>
a { background-color: #3D51FC; }
a { background-color: rgb(61,81,252); }
div.DivClassName
{
background-color: #3D51FC;
}
.BgClassName
{
background-color: #3D51FC;
}
</style>
border-color css
<style>
span { border-color: #3D51FC; }
span { border-color: rgb(61,81,252); }
td.TdClassName
{
border-color: #3D51FC;
}
.TagClassName
{
border-color: #3D51FC;
}
</style>