Shades of Neon Blue #1C42FB
Tints of Neon Blue #1C42FB
RGB
CMYK
RGB Variations
Color information
#1C42FB (or 0x1C42FB) is known color: Neon Blue. HEX triplet: 1C, 42 and FB. RGB value is (28,66,251). Sum of RGB (Red+Green+Blue) = 28+66+251=345 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.12% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #1C42FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C42FB is #E3BD04. Grayscale: #4A4A4A. Windows color (decimal): -14925061 or 16466460. OLE color: 16466460.
HSL color Cylindrical-coordinate representation of color #1C42FB: hue angle of 229.78º degrees, saturation: 0.97, 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 #1C42FB is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 66 | 251 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.02 |
| HSL | 229.78º | 0.97% | 0.55% | - |
| HSV(B) | 229.78º | 0.89% | 0.98% | - |
| XYZ | 19.84 | 11.11 | 92.37 | - |
| YUV | 75.73 | 226.91 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 66 | 251 | 0.89 | 0.74 | 0 | 0.02 | 229.78 | 0.97 | 0.55 |
| Hex | 1C | 42 | FB | 59 | 4A | 0 | 2 | E6 | 61 | 37 |
| Octal | 34 | 102 | 373 | 131 | 112 | 0 | 2 | 346 | 141 | 67 |
| Binary | 11100 | 1000010 | 11111011 | 1011001 | 1001010 | 0 | 10 | 11100110 | 1100001 | 110111 |
Color Harmonies of #1C42FB
Complementary color
Monochromatic Colors of #1C42FB
Black with #1C42FB
Text Example
Text Example
White with #1C42FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C42FB; }
p { color: rgb(28,66,251); }
H1.HeaderClassName
{
color: #1C42FB;
}
.AnyTagClassName
{
color: #1C42FB;
}
</style>
background-color css
<style>
a { background-color: #1C42FB; }
a { background-color: rgb(28,66,251); }
div.DivClassName
{
background-color: #1C42FB;
}
.BgClassName
{
background-color: #1C42FB;
}
</style>
border-color css
<style>
span { border-color: #1C42FB; }
span { border-color: rgb(28,66,251); }
td.TdClassName
{
border-color: #1C42FB;
}
.TagClassName
{
border-color: #1C42FB;
}
</style>