Shades of Neon Blue #272FFE
Tints of Neon Blue #272FFE
RGB
CMYK
RGB Variations
Color information
#272FFE (or 0x272FFE) is known color: Neon Blue. HEX triplet: 27, 2F and FE. RGB value is (39,47,254). Sum of RGB (Red+Green+Blue) = 39+47+254=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #272FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272FFE is #D8D001. Grayscale: #434343. Windows color (decimal): -14209026 or 16658215. OLE color: 16658215.
HSL color Cylindrical-coordinate representation of color #272FFE: hue angle of 237.77º 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 #272FFE is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 47 | 254 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.00 |
| HSL | 237.77º | 0.99% | 0.57% | - |
| HSV(B) | 237.77º | 0.85% | 1% | - |
| XYZ | 19.74 | 9.62 | 94.58 | - |
| YUV | 68.21 | 232.85 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 254 | 0.85 | 0.81 | 0 | 0.00 | 237.77 | 0.99 | 0.57 |
| Hex | 27 | 2F | FE | 55 | 51 | 0 | 0 | EE | 63 | 39 |
| Octal | 47 | 57 | 376 | 125 | 121 | 0 | 0 | 356 | 143 | 71 |
| Binary | 100111 | 101111 | 11111110 | 1010101 | 1010001 | 0 | 0 | 11101110 | 1100011 | 111001 |
Color Harmonies of #272FFE
Complementary color
Monochromatic Colors of #272FFE
Black with #272FFE
Text Example
Text Example
White with #272FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272FFE; }
p { color: rgb(39,47,254); }
H1.HeaderClassName
{
color: #272FFE;
}
.AnyTagClassName
{
color: #272FFE;
}
</style>
background-color css
<style>
a { background-color: #272FFE; }
a { background-color: rgb(39,47,254); }
div.DivClassName
{
background-color: #272FFE;
}
.BgClassName
{
background-color: #272FFE;
}
</style>
border-color css
<style>
span { border-color: #272FFE; }
span { border-color: rgb(39,47,254); }
td.TdClassName
{
border-color: #272FFE;
}
.TagClassName
{
border-color: #272FFE;
}
</style>