Shades of Neon Blue #273DF6
Tints of Neon Blue #273DF6
RGB
CMYK
RGB Variations
Color information
#273DF6 (or 0x273DF6) is known color: Neon Blue. HEX triplet: 27, 3D and F6. RGB value is (39,61,246). Sum of RGB (Red+Green+Blue) = 39+61+246=346 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.27% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 246 (96.48% from 255 or 71.10% from 346); Max value from RGB is 246 - color contains mainly: blue. Hex color #273DF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #273DF6 is #D8C209. Grayscale: #4A4A4A. Windows color (decimal): -14205450 or 16137511. OLE color: 16137511.
HSL color Cylindrical-coordinate representation of color #273DF6: hue angle of 233.62º 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 #273DF6 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 61 | 246 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.04 |
| HSL | 233.62º | 0.92% | 0.56% | - |
| HSV(B) | 233.62º | 0.84% | 0.96% | - |
| XYZ | 19.14 | 10.42 | 88.19 | - |
| YUV | 75.51 | 224.21 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 246 | 0.84 | 0.75 | 0 | 0.04 | 233.62 | 0.92 | 0.56 |
| Hex | 27 | 3D | F6 | 54 | 4B | 0 | 4 | EA | 5C | 38 |
| Octal | 47 | 75 | 366 | 124 | 113 | 0 | 4 | 352 | 134 | 70 |
| Binary | 100111 | 111101 | 11110110 | 1010100 | 1001011 | 0 | 100 | 11101010 | 1011100 | 111000 |
Color Harmonies of #273DF6
Complementary color
Monochromatic Colors of #273DF6
Black with #273DF6
Text Example
Text Example
White with #273DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273DF6; }
p { color: rgb(39,61,246); }
H1.HeaderClassName
{
color: #273DF6;
}
.AnyTagClassName
{
color: #273DF6;
}
</style>
background-color css
<style>
a { background-color: #273DF6; }
a { background-color: rgb(39,61,246); }
div.DivClassName
{
background-color: #273DF6;
}
.BgClassName
{
background-color: #273DF6;
}
</style>
border-color css
<style>
span { border-color: #273DF6; }
span { border-color: rgb(39,61,246); }
td.TdClassName
{
border-color: #273DF6;
}
.TagClassName
{
border-color: #273DF6;
}
</style>