Shades of Neon Blue #1C3EFA
Tints of Neon Blue #1C3EFA
RGB
CMYK
RGB Variations
Color information
#1C3EFA (or 0x1C3EFA) is known color: Neon Blue. HEX triplet: 1C, 3E and FA. RGB value is (28,62,250). Sum of RGB (Red+Green+Blue) = 28+62+250=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 250 (98.05% from 255 or 73.53% from 340); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C3EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C3EFA is #E3C105. Grayscale: #484848. Windows color (decimal): -14926086 or 16399900. OLE color: 16399900.
HSL color Cylindrical-coordinate representation of color #1C3EFA: hue angle of 230.81º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C3EFA is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 62 | 250 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.02 |
| HSL | 230.81º | 0.96% | 0.55% | - |
| HSV(B) | 230.81º | 0.89% | 0.98% | - |
| XYZ | 19.46 | 10.59 | 91.46 | - |
| YUV | 73.27 | 227.74 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 62 | 250 | 0.89 | 0.75 | 0 | 0.02 | 230.81 | 0.96 | 0.55 |
| Hex | 1C | 3E | FA | 59 | 4B | 0 | 2 | E7 | 60 | 37 |
| Octal | 34 | 76 | 372 | 131 | 113 | 0 | 2 | 347 | 140 | 67 |
| Binary | 11100 | 111110 | 11111010 | 1011001 | 1001011 | 0 | 10 | 11100111 | 1100000 | 110111 |
Color Harmonies of #1C3EFA
Complementary color
Monochromatic Colors of #1C3EFA
Black with #1C3EFA
Text Example
Text Example
White with #1C3EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3EFA; }
p { color: rgb(28,62,250); }
H1.HeaderClassName
{
color: #1C3EFA;
}
.AnyTagClassName
{
color: #1C3EFA;
}
</style>
background-color css
<style>
a { background-color: #1C3EFA; }
a { background-color: rgb(28,62,250); }
div.DivClassName
{
background-color: #1C3EFA;
}
.BgClassName
{
background-color: #1C3EFA;
}
</style>
border-color css
<style>
span { border-color: #1C3EFA; }
span { border-color: rgb(28,62,250); }
td.TdClassName
{
border-color: #1C3EFA;
}
.TagClassName
{
border-color: #1C3EFA;
}
</style>