Shades of Neon Blue #272CF2
Tints of Neon Blue #272CF2
RGB
CMYK
RGB Variations
Color information
#272CF2 (or 0x272CF2) is known color: Neon Blue. HEX triplet: 27, 2C and F2. RGB value is (39,44,242). Sum of RGB (Red+Green+Blue) = 39+44+242=325 (43% of max value = 765). Red value is 39 (15.62% from 255 or 12% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 242 (94.92% from 255 or 74.46% from 325); Max value from RGB is 242 - color contains mainly: blue. Hex color #272CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272CF2 is #D8D30D. Grayscale: #404040. Windows color (decimal): -14209806 or 15871015. OLE color: 15871015.
HSL color Cylindrical-coordinate representation of color #272CF2: hue angle of 238.52º degrees, saturation: 0.89, 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 #272CF2 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 44 | 242 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.05 |
| HSL | 238.52º | 0.89% | 0.55% | - |
| HSV(B) | 238.52º | 0.84% | 0.95% | - |
| XYZ | 17.76 | 8.64 | 84.74 | - |
| YUV | 65.08 | 227.84 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 242 | 0.84 | 0.82 | 0 | 0.05 | 238.52 | 0.89 | 0.55 |
| Hex | 27 | 2C | F2 | 54 | 52 | 0 | 5 | EF | 59 | 37 |
| Octal | 47 | 54 | 362 | 124 | 122 | 0 | 5 | 357 | 131 | 67 |
| Binary | 100111 | 101100 | 11110010 | 1010100 | 1010010 | 0 | 101 | 11101111 | 1011001 | 110111 |
Color Harmonies of #272CF2
Complementary color
Monochromatic Colors of #272CF2
Black with #272CF2
Text Example
Text Example
White with #272CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272CF2; }
p { color: rgb(39,44,242); }
H1.HeaderClassName
{
color: #272CF2;
}
.AnyTagClassName
{
color: #272CF2;
}
</style>
background-color css
<style>
a { background-color: #272CF2; }
a { background-color: rgb(39,44,242); }
div.DivClassName
{
background-color: #272CF2;
}
.BgClassName
{
background-color: #272CF2;
}
</style>
border-color css
<style>
span { border-color: #272CF2; }
span { border-color: rgb(39,44,242); }
td.TdClassName
{
border-color: #272CF2;
}
.TagClassName
{
border-color: #272CF2;
}
</style>