Shades of Neon Blue #3A43FB
Tints of Neon Blue #3A43FB
RGB
CMYK
RGB Variations
Color information
#3A43FB (or 0x3A43FB) is known color: Neon Blue. HEX triplet: 3A, 43 and FB. RGB value is (58,67,251). Sum of RGB (Red+Green+Blue) = 58+67+251=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A43FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A43FB is #C5BC04. Grayscale: #545454. Windows color (decimal): -12958725 or 16466746. OLE color: 16466746.
HSL color Cylindrical-coordinate representation of color #3A43FB: hue angle of 237.2º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A43FB is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 67 | 251 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.02 |
| HSL | 237.2º | 0.96% | 0.61% | - |
| HSV(B) | 237.2º | 0.77% | 0.98% | - |
| XYZ | 21.16 | 11.88 | 92.44 | - |
| YUV | 85.29 | 221.52 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 251 | 0.77 | 0.73 | 0 | 0.02 | 237.2 | 0.96 | 0.61 |
| Hex | 3A | 43 | FB | 4D | 49 | 0 | 2 | ED | 60 | 3D |
| Octal | 72 | 103 | 373 | 115 | 111 | 0 | 2 | 355 | 140 | 75 |
| Binary | 111010 | 1000011 | 11111011 | 1001101 | 1001001 | 0 | 10 | 11101101 | 1100000 | 111101 |
Color Harmonies of #3A43FB
Complementary color
Monochromatic Colors of #3A43FB
Black with #3A43FB
Text Example
Text Example
White with #3A43FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A43FB; }
p { color: rgb(58,67,251); }
H1.HeaderClassName
{
color: #3A43FB;
}
.AnyTagClassName
{
color: #3A43FB;
}
</style>
background-color css
<style>
a { background-color: #3A43FB; }
a { background-color: rgb(58,67,251); }
div.DivClassName
{
background-color: #3A43FB;
}
.BgClassName
{
background-color: #3A43FB;
}
</style>
border-color css
<style>
span { border-color: #3A43FB; }
span { border-color: rgb(58,67,251); }
td.TdClassName
{
border-color: #3A43FB;
}
.TagClassName
{
border-color: #3A43FB;
}
</style>