Shades of Neon Blue #3D5FFC
Tints of Neon Blue #3D5FFC
RGB
CMYK
RGB Variations
Color information
#3D5FFC (or 0x3D5FFC) is known color: Neon Blue. HEX triplet: 3D, 5F and FC. RGB value is (61,95,252). Sum of RGB (Red+Green+Blue) = 61+95+252=408 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.95% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #3D5FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D5FFC is #C2A003. Grayscale: #666666. Windows color (decimal): -12754948 or 16539453. OLE color: 16539453.
HSL color Cylindrical-coordinate representation of color #3D5FFC: hue angle of 229.32º 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 #3D5FFC is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 95 | 252 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.01 |
| HSL | 229.32º | 0.97% | 0.61% | - |
| HSV(B) | 229.32º | 0.76% | 0.99% | - |
| XYZ | 23.59 | 16.2 | 93.98 | - |
| YUV | 102.73 | 212.24 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 95 | 252 | 0.76 | 0.62 | 0 | 0.01 | 229.32 | 0.97 | 0.61 |
| Hex | 3D | 5F | FC | 4C | 3E | 0 | 1 | E5 | 61 | 3D |
| Octal | 75 | 137 | 374 | 114 | 76 | 0 | 1 | 345 | 141 | 75 |
| Binary | 111101 | 1011111 | 11111100 | 1001100 | 111110 | 0 | 1 | 11100101 | 1100001 | 111101 |
Color Harmonies of #3D5FFC
Complementary color
Monochromatic Colors of #3D5FFC
Black with #3D5FFC
Text Example
Text Example
White with #3D5FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5FFC; }
p { color: rgb(61,95,252); }
H1.HeaderClassName
{
color: #3D5FFC;
}
.AnyTagClassName
{
color: #3D5FFC;
}
</style>
background-color css
<style>
a { background-color: #3D5FFC; }
a { background-color: rgb(61,95,252); }
div.DivClassName
{
background-color: #3D5FFC;
}
.BgClassName
{
background-color: #3D5FFC;
}
</style>
border-color css
<style>
span { border-color: #3D5FFC; }
span { border-color: rgb(61,95,252); }
td.TdClassName
{
border-color: #3D5FFC;
}
.TagClassName
{
border-color: #3D5FFC;
}
</style>