Shades of Neon Blue #3A5BFC
Tints of Neon Blue #3A5BFC
RGB
CMYK
RGB Variations
Color information
#3A5BFC (or 0x3A5BFC) is known color: Neon Blue. HEX triplet: 3A, 5B and FC. RGB value is (58,91,252). Sum of RGB (Red+Green+Blue) = 58+91+252=401 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.46% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A5BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A5BFC is #C5A403. Grayscale: #626262. Windows color (decimal): -12952580 or 16538426. OLE color: 16538426.
HSL color Cylindrical-coordinate representation of color #3A5BFC: hue angle of 229.79º degrees, saturation: 0.97, 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 #3A5BFC is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 91 | 252 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.01 |
| HSL | 229.79º | 0.97% | 0.61% | - |
| HSV(B) | 229.79º | 0.77% | 0.99% | - |
| XYZ | 23.06 | 15.41 | 93.85 | - |
| YUV | 99.49 | 214.07 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 91 | 252 | 0.77 | 0.64 | 0 | 0.01 | 229.79 | 0.97 | 0.61 |
| Hex | 3A | 5B | FC | 4D | 40 | 0 | 1 | E6 | 61 | 3D |
| Octal | 72 | 133 | 374 | 115 | 100 | 0 | 1 | 346 | 141 | 75 |
| Binary | 111010 | 1011011 | 11111100 | 1001101 | 1000000 | 0 | 1 | 11100110 | 1100001 | 111101 |
Color Harmonies of #3A5BFC
Complementary color
Monochromatic Colors of #3A5BFC
Black with #3A5BFC
Text Example
Text Example
White with #3A5BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5BFC; }
p { color: rgb(58,91,252); }
H1.HeaderClassName
{
color: #3A5BFC;
}
.AnyTagClassName
{
color: #3A5BFC;
}
</style>
background-color css
<style>
a { background-color: #3A5BFC; }
a { background-color: rgb(58,91,252); }
div.DivClassName
{
background-color: #3A5BFC;
}
.BgClassName
{
background-color: #3A5BFC;
}
</style>
border-color css
<style>
span { border-color: #3A5BFC; }
span { border-color: rgb(58,91,252); }
td.TdClassName
{
border-color: #3A5BFC;
}
.TagClassName
{
border-color: #3A5BFC;
}
</style>