Shades of Neon Blue #273CF3
Tints of Neon Blue #273CF3
RGB
CMYK
RGB Variations
Color information
#273CF3 (or 0x273CF3) is known color: Neon Blue. HEX triplet: 27, 3C and F3. RGB value is (39,60,243). Sum of RGB (Red+Green+Blue) = 39+60+243=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 243 (95.31% from 255 or 71.05% from 342); Max value from RGB is 243 - color contains mainly: blue. Hex color #273CF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #273CF3 is #D8C30C. Grayscale: #494949. Windows color (decimal): -14205709 or 15940647. OLE color: 15940647.
HSL color Cylindrical-coordinate representation of color #273CF3: hue angle of 233.82º 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 #273CF3 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 60 | 243 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.05 |
| HSL | 233.82º | 0.89% | 0.55% | - |
| HSV(B) | 233.82º | 0.84% | 0.95% | - |
| XYZ | 18.63 | 10.13 | 85.77 | - |
| YUV | 74.58 | 223.04 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 243 | 0.84 | 0.75 | 0 | 0.05 | 233.82 | 0.89 | 0.55 |
| Hex | 27 | 3C | F3 | 54 | 4B | 0 | 5 | EA | 59 | 37 |
| Octal | 47 | 74 | 363 | 124 | 113 | 0 | 5 | 352 | 131 | 67 |
| Binary | 100111 | 111100 | 11110011 | 1010100 | 1001011 | 0 | 101 | 11101010 | 1011001 | 110111 |
Color Harmonies of #273CF3
Complementary color
Monochromatic Colors of #273CF3
Black with #273CF3
Text Example
Text Example
White with #273CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273CF3; }
p { color: rgb(39,60,243); }
H1.HeaderClassName
{
color: #273CF3;
}
.AnyTagClassName
{
color: #273CF3;
}
</style>
background-color css
<style>
a { background-color: #273CF3; }
a { background-color: rgb(39,60,243); }
div.DivClassName
{
background-color: #273CF3;
}
.BgClassName
{
background-color: #273CF3;
}
</style>
border-color css
<style>
span { border-color: #273CF3; }
span { border-color: rgb(39,60,243); }
td.TdClassName
{
border-color: #273CF3;
}
.TagClassName
{
border-color: #273CF3;
}
</style>