Shades of Neon Blue #272EFE
Tints of Neon Blue #272EFE
RGB
CMYK
RGB Variations
Color information
#272EFE (or 0x272EFE) is known color: Neon Blue. HEX triplet: 27, 2E and FE. RGB value is (39,46,254). Sum of RGB (Red+Green+Blue) = 39+46+254=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #272EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272EFE is #D8D101. Grayscale: #424242. Windows color (decimal): -14209282 or 16657959. OLE color: 16657959.
HSL color Cylindrical-coordinate representation of color #272EFE: hue angle of 238.05º 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 #272EFE is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 46 | 254 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.00 |
| HSL | 238.05º | 0.99% | 0.57% | - |
| HSV(B) | 238.05º | 0.85% | 1% | - |
| XYZ | 19.7 | 9.54 | 94.57 | - |
| YUV | 67.62 | 233.18 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 254 | 0.85 | 0.82 | 0 | 0.00 | 238.05 | 0.99 | 0.57 |
| Hex | 27 | 2E | FE | 55 | 52 | 0 | 0 | EE | 63 | 39 |
| Octal | 47 | 56 | 376 | 125 | 122 | 0 | 0 | 356 | 143 | 71 |
| Binary | 100111 | 101110 | 11111110 | 1010101 | 1010010 | 0 | 0 | 11101110 | 1100011 | 111001 |
Color Harmonies of #272EFE
Complementary color
Monochromatic Colors of #272EFE
Black with #272EFE
Text Example
Text Example
White with #272EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272EFE; }
p { color: rgb(39,46,254); }
H1.HeaderClassName
{
color: #272EFE;
}
.AnyTagClassName
{
color: #272EFE;
}
</style>
background-color css
<style>
a { background-color: #272EFE; }
a { background-color: rgb(39,46,254); }
div.DivClassName
{
background-color: #272EFE;
}
.BgClassName
{
background-color: #272EFE;
}
</style>
border-color css
<style>
span { border-color: #272EFE; }
span { border-color: rgb(39,46,254); }
td.TdClassName
{
border-color: #272EFE;
}
.TagClassName
{
border-color: #272EFE;
}
</style>