Shades of Neon Blue #272EFF
Tints of Neon Blue #272EFF
RGB
CMYK
RGB Variations
Color information
#272EFF (or 0x272EFF) is known color: Neon Blue. HEX triplet: 27, 2E and FF. RGB value is (39,46,255). Sum of RGB (Red+Green+Blue) = 39+46+255=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #272EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272EFF is #D8D100. Grayscale: #424242. Windows color (decimal): -14209281 or 16723495. OLE color: 16723495.
HSL color Cylindrical-coordinate representation of color #272EFF: hue angle of 238.06º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #272EFF is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 46 | 255 | - |
| CMYK | 0.85 | 0.82 | 0 | 0 |
| HSL | 238.06º | 1% | 0.58% | - |
| HSV(B) | 238.06º | 0.85% | 1% | - |
| XYZ | 19.86 | 9.61 | 95.41 | - |
| YUV | 67.73 | 233.68 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 255 | 0.85 | 0.82 | 0 | 0 | 238.06 | 1 | 0.58 |
| Hex | 27 | 2E | FF | 55 | 52 | 0 | 0 | EE | 64 | 3A |
| Octal | 47 | 56 | 377 | 125 | 122 | 0 | 0 | 356 | 144 | 72 |
| Binary | 100111 | 101110 | 11111111 | 1010101 | 1010010 | 0 | 0 | 11101110 | 1100100 | 111010 |
Color Harmonies of #272EFF
Complementary color
Monochromatic Colors of #272EFF
Black with #272EFF
Text Example
Text Example
White with #272EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272EFF; }
p { color: rgb(39,46,255); }
H1.HeaderClassName
{
color: #272EFF;
}
.AnyTagClassName
{
color: #272EFF;
}
</style>
background-color css
<style>
a { background-color: #272EFF; }
a { background-color: rgb(39,46,255); }
div.DivClassName
{
background-color: #272EFF;
}
.BgClassName
{
background-color: #272EFF;
}
</style>
border-color css
<style>
span { border-color: #272EFF; }
span { border-color: rgb(39,46,255); }
td.TdClassName
{
border-color: #272EFF;
}
.TagClassName
{
border-color: #272EFF;
}
</style>