Shades of Neon Blue #272BFE
Tints of Neon Blue #272BFE
RGB
CMYK
RGB Variations
Color information
#272BFE (or 0x272BFE) is known color: Neon Blue. HEX triplet: 27, 2B and FE. RGB value is (39,43,254). Sum of RGB (Red+Green+Blue) = 39+43+254=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #272BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272BFE is #D8D401. Grayscale: #414141. Windows color (decimal): -14210050 or 16657191. OLE color: 16657191.
HSL color Cylindrical-coordinate representation of color #272BFE: hue angle of 238.88º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #272BFE is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 43 | 254 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.00 |
| HSL | 238.88º | 0.99% | 0.57% | - |
| HSV(B) | 238.88º | 0.85% | 1% | - |
| XYZ | 19.59 | 9.31 | 94.53 | - |
| YUV | 65.86 | 234.17 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 43 | 254 | 0.85 | 0.83 | 0 | 0.00 | 238.88 | 0.99 | 0.57 |
| Hex | 27 | 2B | FE | 55 | 53 | 0 | 0 | EF | 63 | 39 |
| Octal | 47 | 53 | 376 | 125 | 123 | 0 | 0 | 357 | 143 | 71 |
| Binary | 100111 | 101011 | 11111110 | 1010101 | 1010011 | 0 | 0 | 11101111 | 1100011 | 111001 |
Color Harmonies of #272BFE
Complementary color
Monochromatic Colors of #272BFE
Black with #272BFE
Text Example
Text Example
White with #272BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272BFE; }
p { color: rgb(39,43,254); }
H1.HeaderClassName
{
color: #272BFE;
}
.AnyTagClassName
{
color: #272BFE;
}
</style>
background-color css
<style>
a { background-color: #272BFE; }
a { background-color: rgb(39,43,254); }
div.DivClassName
{
background-color: #272BFE;
}
.BgClassName
{
background-color: #272BFE;
}
</style>
border-color css
<style>
span { border-color: #272BFE; }
span { border-color: rgb(39,43,254); }
td.TdClassName
{
border-color: #272BFE;
}
.TagClassName
{
border-color: #272BFE;
}
</style>