Shades of Neon Blue #3A44FD
Tints of Neon Blue #3A44FD
RGB
CMYK
RGB Variations
Color information
#3A44FD (or 0x3A44FD) is known color: Neon Blue. HEX triplet: 3A, 44 and FD. RGB value is (58,68,253). Sum of RGB (Red+Green+Blue) = 58+68+253=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A44FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A44FD is #C5BB02. Grayscale: #555555. Windows color (decimal): -12958467 or 16598074. OLE color: 16598074.
HSL color Cylindrical-coordinate representation of color #3A44FD: hue angle of 236.92º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A44FD is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 68 | 253 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.01 |
| HSL | 236.92º | 0.98% | 0.61% | - |
| HSV(B) | 236.92º | 0.77% | 0.99% | - |
| XYZ | 21.54 | 12.13 | 94.13 | - |
| YUV | 86.1 | 222.19 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 253 | 0.77 | 0.73 | 0 | 0.01 | 236.92 | 0.98 | 0.61 |
| Hex | 3A | 44 | FD | 4D | 49 | 0 | 1 | ED | 62 | 3D |
| Octal | 72 | 104 | 375 | 115 | 111 | 0 | 1 | 355 | 142 | 75 |
| Binary | 111010 | 1000100 | 11111101 | 1001101 | 1001001 | 0 | 1 | 11101101 | 1100010 | 111101 |
Color Harmonies of #3A44FD
Complementary color
Monochromatic Colors of #3A44FD
Black with #3A44FD
Text Example
Text Example
White with #3A44FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A44FD; }
p { color: rgb(58,68,253); }
H1.HeaderClassName
{
color: #3A44FD;
}
.AnyTagClassName
{
color: #3A44FD;
}
</style>
background-color css
<style>
a { background-color: #3A44FD; }
a { background-color: rgb(58,68,253); }
div.DivClassName
{
background-color: #3A44FD;
}
.BgClassName
{
background-color: #3A44FD;
}
</style>
border-color css
<style>
span { border-color: #3A44FD; }
span { border-color: rgb(58,68,253); }
td.TdClassName
{
border-color: #3A44FD;
}
.TagClassName
{
border-color: #3A44FD;
}
</style>