Shades of Neon Blue #273FF6
Tints of Neon Blue #273FF6
RGB
CMYK
RGB Variations
Color information
#273FF6 (or 0x273FF6) is known color: Neon Blue. HEX triplet: 27, 3F and F6. RGB value is (39,63,246). Sum of RGB (Red+Green+Blue) = 39+63+246=348 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.21% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 246 (96.48% from 255 or 70.69% from 348); Max value from RGB is 246 - color contains mainly: blue. Hex color #273FF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #273FF6 is #D8C009. Grayscale: #4B4B4B. Windows color (decimal): -14204938 or 16138023. OLE color: 16138023.
HSL color Cylindrical-coordinate representation of color #273FF6: hue angle of 233.04º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #273FF6 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 63 | 246 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.04 |
| HSL | 233.04º | 0.92% | 0.56% | - |
| HSV(B) | 233.04º | 0.84% | 0.96% | - |
| XYZ | 19.25 | 10.64 | 88.23 | - |
| YUV | 76.69 | 223.55 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 246 | 0.84 | 0.74 | 0 | 0.04 | 233.04 | 0.92 | 0.56 |
| Hex | 27 | 3F | F6 | 54 | 4A | 0 | 4 | E9 | 5C | 38 |
| Octal | 47 | 77 | 366 | 124 | 112 | 0 | 4 | 351 | 134 | 70 |
| Binary | 100111 | 111111 | 11110110 | 1010100 | 1001010 | 0 | 100 | 11101001 | 1011100 | 111000 |
Color Harmonies of #273FF6
Complementary color
Monochromatic Colors of #273FF6
Black with #273FF6
Text Example
Text Example
White with #273FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273FF6; }
p { color: rgb(39,63,246); }
H1.HeaderClassName
{
color: #273FF6;
}
.AnyTagClassName
{
color: #273FF6;
}
</style>
background-color css
<style>
a { background-color: #273FF6; }
a { background-color: rgb(39,63,246); }
div.DivClassName
{
background-color: #273FF6;
}
.BgClassName
{
background-color: #273FF6;
}
</style>
border-color css
<style>
span { border-color: #273FF6; }
span { border-color: rgb(39,63,246); }
td.TdClassName
{
border-color: #273FF6;
}
.TagClassName
{
border-color: #273FF6;
}
</style>