Shades of Neon Blue #1B42FF
Tints of Neon Blue #1B42FF
RGB
CMYK
RGB Variations
Color information
#1B42FF (or 0x1B42FF) is known color: Neon Blue. HEX triplet: 1B, 42 and FF. RGB value is (27,66,255). Sum of RGB (Red+Green+Blue) = 27+66+255=348 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.76% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B42FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B42FF is #E4BD00. Grayscale: #4B4B4B. Windows color (decimal): -14990593 or 16728603. OLE color: 16728603.
HSL color Cylindrical-coordinate representation of color #1B42FF: hue angle of 229.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B42FF is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 66 | 255 | - |
| CMYK | 0.89 | 0.74 | 0 | 0 |
| HSL | 229.74º | 1% | 0.55% | - |
| HSV(B) | 229.74º | 0.89% | 1% | - |
| XYZ | 20.45 | 11.35 | 95.72 | - |
| YUV | 75.89 | 229.08 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 66 | 255 | 0.89 | 0.74 | 0 | 0 | 229.74 | 1 | 0.55 |
| Hex | 1B | 42 | FF | 59 | 4A | 0 | 0 | E6 | 64 | 37 |
| Octal | 33 | 102 | 377 | 131 | 112 | 0 | 0 | 346 | 144 | 67 |
| Binary | 11011 | 1000010 | 11111111 | 1011001 | 1001010 | 0 | 0 | 11100110 | 1100100 | 110111 |
Color Harmonies of #1B42FF
Complementary color
Monochromatic Colors of #1B42FF
Black with #1B42FF
Text Example
Text Example
White with #1B42FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B42FF; }
p { color: rgb(27,66,255); }
H1.HeaderClassName
{
color: #1B42FF;
}
.AnyTagClassName
{
color: #1B42FF;
}
</style>
background-color css
<style>
a { background-color: #1B42FF; }
a { background-color: rgb(27,66,255); }
div.DivClassName
{
background-color: #1B42FF;
}
.BgClassName
{
background-color: #1B42FF;
}
</style>
border-color css
<style>
span { border-color: #1B42FF; }
span { border-color: rgb(27,66,255); }
td.TdClassName
{
border-color: #1B42FF;
}
.TagClassName
{
border-color: #1B42FF;
}
</style>