Shades of Neon Blue #3D58FF
Tints of Neon Blue #3D58FF
RGB
CMYK
RGB Variations
Color information
#3D58FF (or 0x3D58FF) is known color: Neon Blue. HEX triplet: 3D, 58 and FF. RGB value is (61,88,255). Sum of RGB (Red+Green+Blue) = 61+88+255=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D58FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D58FF is #C2A700. Grayscale: #626262. Windows color (decimal): -12756737 or 16734269. OLE color: 16734269.
HSL color Cylindrical-coordinate representation of color #3D58FF: hue angle of 231.65º 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 #3D58FF is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 88 | 255 | - |
| CMYK | 0.76 | 0.65 | 0 | 0 |
| HSL | 231.65º | 1% | 0.62% | - |
| HSV(B) | 231.65º | 0.76% | 1% | - |
| XYZ | 23.46 | 15.19 | 96.3 | - |
| YUV | 98.97 | 216.05 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 88 | 255 | 0.76 | 0.65 | 0 | 0 | 231.65 | 1 | 0.62 |
| Hex | 3D | 58 | FF | 4C | 41 | 0 | 0 | E8 | 64 | 3E |
| Octal | 75 | 130 | 377 | 114 | 101 | 0 | 0 | 350 | 144 | 76 |
| Binary | 111101 | 1011000 | 11111111 | 1001100 | 1000001 | 0 | 0 | 11101000 | 1100100 | 111110 |
Color Harmonies of #3D58FF
Complementary color
Monochromatic Colors of #3D58FF
Black with #3D58FF
Text Example
Text Example
White with #3D58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D58FF; }
p { color: rgb(61,88,255); }
H1.HeaderClassName
{
color: #3D58FF;
}
.AnyTagClassName
{
color: #3D58FF;
}
</style>
background-color css
<style>
a { background-color: #3D58FF; }
a { background-color: rgb(61,88,255); }
div.DivClassName
{
background-color: #3D58FF;
}
.BgClassName
{
background-color: #3D58FF;
}
</style>
border-color css
<style>
span { border-color: #3D58FF; }
span { border-color: rgb(61,88,255); }
td.TdClassName
{
border-color: #3D58FF;
}
.TagClassName
{
border-color: #3D58FF;
}
</style>