Shades of Neon Blue #274EF8
Tints of Neon Blue #274EF8
RGB
CMYK
RGB Variations
Color information
#274EF8 (or 0x274EF8) is known color: Neon Blue. HEX triplet: 27, 4E and F8. RGB value is (39,78,248). Sum of RGB (Red+Green+Blue) = 39+78+248=365 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.68% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 248 (97.27% from 255 or 67.95% from 365); Max value from RGB is 248 - color contains mainly: blue. Hex color #274EF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #274EF8 is #D8B107. Grayscale: #555555. Windows color (decimal): -14201096 or 16272935. OLE color: 16272935.
HSL color Cylindrical-coordinate representation of color #274EF8: hue angle of 228.8º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #274EF8 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 78 | 248 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.03 |
| HSL | 228.8º | 0.94% | 0.56% | - |
| HSV(B) | 228.8º | 0.84% | 0.97% | - |
| XYZ | 20.5 | 12.66 | 90.17 | - |
| YUV | 85.72 | 219.58 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 248 | 0.84 | 0.69 | 0 | 0.03 | 228.8 | 0.94 | 0.56 |
| Hex | 27 | 4E | F8 | 54 | 45 | 0 | 3 | E5 | 5E | 38 |
| Octal | 47 | 116 | 370 | 124 | 105 | 0 | 3 | 345 | 136 | 70 |
| Binary | 100111 | 1001110 | 11111000 | 1010100 | 1000101 | 0 | 11 | 11100101 | 1011110 | 111000 |
Color Harmonies of #274EF8
Complementary color
Monochromatic Colors of #274EF8
Black with #274EF8
Text Example
Text Example
White with #274EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274EF8; }
p { color: rgb(39,78,248); }
H1.HeaderClassName
{
color: #274EF8;
}
.AnyTagClassName
{
color: #274EF8;
}
</style>
background-color css
<style>
a { background-color: #274EF8; }
a { background-color: rgb(39,78,248); }
div.DivClassName
{
background-color: #274EF8;
}
.BgClassName
{
background-color: #274EF8;
}
</style>
border-color css
<style>
span { border-color: #274EF8; }
span { border-color: rgb(39,78,248); }
td.TdClassName
{
border-color: #274EF8;
}
.TagClassName
{
border-color: #274EF8;
}
</style>