Shades of Neon Blue #272DFF
Tints of Neon Blue #272DFF
RGB
CMYK
RGB Variations
Color information
#272DFF (or 0x272DFF) is known color: Neon Blue. HEX triplet: 27, 2D and FF. RGB value is (39,45,255). Sum of RGB (Red+Green+Blue) = 39+45+255=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #272DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272DFF is #D8D200. Grayscale: #424242. Windows color (decimal): -14209537 or 16723239. OLE color: 16723239.
HSL color Cylindrical-coordinate representation of color #272DFF: hue angle of 238.33º 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 #272DFF is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 45 | 255 | - |
| CMYK | 0.85 | 0.82 | 0 | 0 |
| HSL | 238.33º | 1% | 0.58% | - |
| HSV(B) | 238.33º | 0.85% | 1% | - |
| XYZ | 19.83 | 9.53 | 95.4 | - |
| YUV | 67.15 | 234.01 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 255 | 0.85 | 0.82 | 0 | 0 | 238.33 | 1 | 0.58 |
| Hex | 27 | 2D | FF | 55 | 52 | 0 | 0 | EE | 64 | 3A |
| Octal | 47 | 55 | 377 | 125 | 122 | 0 | 0 | 356 | 144 | 72 |
| Binary | 100111 | 101101 | 11111111 | 1010101 | 1010010 | 0 | 0 | 11101110 | 1100100 | 111010 |
Color Harmonies of #272DFF
Complementary color
Monochromatic Colors of #272DFF
Black with #272DFF
Text Example
Text Example
White with #272DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272DFF; }
p { color: rgb(39,45,255); }
H1.HeaderClassName
{
color: #272DFF;
}
.AnyTagClassName
{
color: #272DFF;
}
</style>
background-color css
<style>
a { background-color: #272DFF; }
a { background-color: rgb(39,45,255); }
div.DivClassName
{
background-color: #272DFF;
}
.BgClassName
{
background-color: #272DFF;
}
</style>
border-color css
<style>
span { border-color: #272DFF; }
span { border-color: rgb(39,45,255); }
td.TdClassName
{
border-color: #272DFF;
}
.TagClassName
{
border-color: #272DFF;
}
</style>