Shades of Neon Blue #1B3CFE
Tints of Neon Blue #1B3CFE
RGB
CMYK
RGB Variations
Color information
#1B3CFE (or 0x1B3CFE) is known color: Neon Blue. HEX triplet: 1B, 3C and FE. RGB value is (27,60,254). Sum of RGB (Red+Green+Blue) = 27+60+254=341 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.92% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #1B3CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B3CFE is #E4C301. Grayscale: #474747. Windows color (decimal): -14992130 or 16661531. OLE color: 16661531.
HSL color Cylindrical-coordinate representation of color #1B3CFE: hue angle of 231.28º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B3CFE is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 60 | 254 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.00 |
| HSL | 231.28º | 0.99% | 0.55% | - |
| HSV(B) | 231.28º | 0.89% | 1% | - |
| XYZ | 19.96 | 10.62 | 94.76 | - |
| YUV | 72.25 | 230.57 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 60 | 254 | 0.89 | 0.76 | 0 | 0.00 | 231.28 | 0.99 | 0.55 |
| Hex | 1B | 3C | FE | 59 | 4C | 0 | 0 | E7 | 63 | 37 |
| Octal | 33 | 74 | 376 | 131 | 114 | 0 | 0 | 347 | 143 | 67 |
| Binary | 11011 | 111100 | 11111110 | 1011001 | 1001100 | 0 | 0 | 11100111 | 1100011 | 110111 |
Color Harmonies of #1B3CFE
Complementary color
Monochromatic Colors of #1B3CFE
Black with #1B3CFE
Text Example
Text Example
White with #1B3CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3CFE; }
p { color: rgb(27,60,254); }
H1.HeaderClassName
{
color: #1B3CFE;
}
.AnyTagClassName
{
color: #1B3CFE;
}
</style>
background-color css
<style>
a { background-color: #1B3CFE; }
a { background-color: rgb(27,60,254); }
div.DivClassName
{
background-color: #1B3CFE;
}
.BgClassName
{
background-color: #1B3CFE;
}
</style>
border-color css
<style>
span { border-color: #1B3CFE; }
span { border-color: rgb(27,60,254); }
td.TdClassName
{
border-color: #1B3CFE;
}
.TagClassName
{
border-color: #1B3CFE;
}
</style>