Shades of Neon Blue #1B3FFF
Tints of Neon Blue #1B3FFF
RGB
CMYK
RGB Variations
Color information
#1B3FFF (or 0x1B3FFF) is known color: Neon Blue. HEX triplet: 1B, 3F and FF. RGB value is (27,63,255). Sum of RGB (Red+Green+Blue) = 27+63+255=345 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.83% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B3FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B3FFF is #E4C000. Grayscale: #494949. Windows color (decimal): -14991361 or 16727835. OLE color: 16727835.
HSL color Cylindrical-coordinate representation of color #1B3FFF: hue angle of 230.53º 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 #1B3FFF is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 63 | 255 | - |
| CMYK | 0.89 | 0.75 | 0 | 0 |
| HSL | 230.53º | 1% | 0.55% | - |
| HSV(B) | 230.53º | 0.89% | 1% | - |
| XYZ | 20.28 | 11.01 | 95.66 | - |
| YUV | 74.12 | 230.07 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 63 | 255 | 0.89 | 0.75 | 0 | 0 | 230.53 | 1 | 0.55 |
| Hex | 1B | 3F | FF | 59 | 4B | 0 | 0 | E7 | 64 | 37 |
| Octal | 33 | 77 | 377 | 131 | 113 | 0 | 0 | 347 | 144 | 67 |
| Binary | 11011 | 111111 | 11111111 | 1011001 | 1001011 | 0 | 0 | 11100111 | 1100100 | 110111 |
Color Harmonies of #1B3FFF
Complementary color
Monochromatic Colors of #1B3FFF
Black with #1B3FFF
Text Example
Text Example
White with #1B3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3FFF; }
p { color: rgb(27,63,255); }
H1.HeaderClassName
{
color: #1B3FFF;
}
.AnyTagClassName
{
color: #1B3FFF;
}
</style>
background-color css
<style>
a { background-color: #1B3FFF; }
a { background-color: rgb(27,63,255); }
div.DivClassName
{
background-color: #1B3FFF;
}
.BgClassName
{
background-color: #1B3FFF;
}
</style>
border-color css
<style>
span { border-color: #1B3FFF; }
span { border-color: rgb(27,63,255); }
td.TdClassName
{
border-color: #1B3FFF;
}
.TagClassName
{
border-color: #1B3FFF;
}
</style>