Shades of Neon Blue #272CF1
Tints of Neon Blue #272CF1
RGB
CMYK
RGB Variations
Color information
#272CF1 (or 0x272CF1) is known color: Neon Blue. HEX triplet: 27, 2C and F1. RGB value is (39,44,241). Sum of RGB (Red+Green+Blue) = 39+44+241=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 241 (94.53% from 255 or 74.38% from 324); Max value from RGB is 241 - color contains mainly: blue. Hex color #272CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272CF1 is #D8D30E. Grayscale: #404040. Windows color (decimal): -14209807 or 15805479. OLE color: 15805479.
HSL color Cylindrical-coordinate representation of color #272CF1: hue angle of 238.51º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #272CF1 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 44 | 241 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.05 |
| HSL | 238.51º | 0.88% | 0.55% | - |
| HSV(B) | 238.51º | 0.84% | 0.95% | - |
| XYZ | 17.61 | 8.58 | 83.95 | - |
| YUV | 64.96 | 227.34 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 241 | 0.84 | 0.82 | 0 | 0.05 | 238.51 | 0.88 | 0.55 |
| Hex | 27 | 2C | F1 | 54 | 52 | 0 | 5 | EF | 58 | 37 |
| Octal | 47 | 54 | 361 | 124 | 122 | 0 | 5 | 357 | 130 | 67 |
| Binary | 100111 | 101100 | 11110001 | 1010100 | 1010010 | 0 | 101 | 11101111 | 1011000 | 110111 |
Color Harmonies of #272CF1
Complementary color
Monochromatic Colors of #272CF1
Black with #272CF1
Text Example
Text Example
White with #272CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272CF1; }
p { color: rgb(39,44,241); }
H1.HeaderClassName
{
color: #272CF1;
}
.AnyTagClassName
{
color: #272CF1;
}
</style>
background-color css
<style>
a { background-color: #272CF1; }
a { background-color: rgb(39,44,241); }
div.DivClassName
{
background-color: #272CF1;
}
.BgClassName
{
background-color: #272CF1;
}
</style>
border-color css
<style>
span { border-color: #272CF1; }
span { border-color: rgb(39,44,241); }
td.TdClassName
{
border-color: #272CF1;
}
.TagClassName
{
border-color: #272CF1;
}
</style>