Shades of Neon Blue #3D60FF
Tints of Neon Blue #3D60FF
RGB
CMYK
RGB Variations
Color information
#3D60FF (or 0x3D60FF) is known color: Neon Blue. HEX triplet: 3D, 60 and FF. RGB value is (61,96,255). Sum of RGB (Red+Green+Blue) = 61+96+255=412 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.81% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D60FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D60FF is #C29F00. Grayscale: #666666. Windows color (decimal): -12754689 or 16736317. OLE color: 16736317.
HSL color Cylindrical-coordinate representation of color #3D60FF: hue angle of 229.18º 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 #3D60FF is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 96 | 255 | - |
| CMYK | 0.76 | 0.62 | 0 | 0 |
| HSL | 229.18º | 1% | 0.62% | - |
| HSV(B) | 229.18º | 0.76% | 1% | - |
| XYZ | 24.16 | 16.58 | 96.53 | - |
| YUV | 103.66 | 213.4 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 96 | 255 | 0.76 | 0.62 | 0 | 0 | 229.18 | 1 | 0.62 |
| Hex | 3D | 60 | FF | 4C | 3E | 0 | 0 | E5 | 64 | 3E |
| Octal | 75 | 140 | 377 | 114 | 76 | 0 | 0 | 345 | 144 | 76 |
| Binary | 111101 | 1100000 | 11111111 | 1001100 | 111110 | 0 | 0 | 11100101 | 1100100 | 111110 |
Color Harmonies of #3D60FF
Complementary color
Monochromatic Colors of #3D60FF
Black with #3D60FF
Text Example
Text Example
White with #3D60FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D60FF; }
p { color: rgb(61,96,255); }
H1.HeaderClassName
{
color: #3D60FF;
}
.AnyTagClassName
{
color: #3D60FF;
}
</style>
background-color css
<style>
a { background-color: #3D60FF; }
a { background-color: rgb(61,96,255); }
div.DivClassName
{
background-color: #3D60FF;
}
.BgClassName
{
background-color: #3D60FF;
}
</style>
border-color css
<style>
span { border-color: #3D60FF; }
span { border-color: rgb(61,96,255); }
td.TdClassName
{
border-color: #3D60FF;
}
.TagClassName
{
border-color: #3D60FF;
}
</style>