Shades of Neon Blue #274DF9
Tints of Neon Blue #274DF9
RGB
CMYK
RGB Variations
Color information
#274DF9 (or 0x274DF9) is known color: Neon Blue. HEX triplet: 27, 4D and F9. RGB value is (39,77,249). Sum of RGB (Red+Green+Blue) = 39+77+249=365 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.68% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 249 (97.66% from 255 or 68.22% from 365); Max value from RGB is 249 - color contains mainly: blue. Hex color #274DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #274DF9 is #D8B206. Grayscale: #545454. Windows color (decimal): -14201351 or 16338215. OLE color: 16338215.
HSL color Cylindrical-coordinate representation of color #274DF9: hue angle of 229.14º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #274DF9 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 77 | 249 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.02 |
| HSL | 229.14º | 0.95% | 0.56% | - |
| HSV(B) | 229.14º | 0.84% | 0.98% | - |
| XYZ | 20.59 | 12.58 | 90.97 | - |
| YUV | 85.25 | 220.41 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 249 | 0.84 | 0.69 | 0 | 0.02 | 229.14 | 0.95 | 0.56 |
| Hex | 27 | 4D | F9 | 54 | 45 | 0 | 2 | E5 | 5F | 38 |
| Octal | 47 | 115 | 371 | 124 | 105 | 0 | 2 | 345 | 137 | 70 |
| Binary | 100111 | 1001101 | 11111001 | 1010100 | 1000101 | 0 | 10 | 11100101 | 1011111 | 111000 |
Color Harmonies of #274DF9
Complementary color
Monochromatic Colors of #274DF9
Black with #274DF9
Text Example
Text Example
White with #274DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DF9; }
p { color: rgb(39,77,249); }
H1.HeaderClassName
{
color: #274DF9;
}
.AnyTagClassName
{
color: #274DF9;
}
</style>
background-color css
<style>
a { background-color: #274DF9; }
a { background-color: rgb(39,77,249); }
div.DivClassName
{
background-color: #274DF9;
}
.BgClassName
{
background-color: #274DF9;
}
</style>
border-color css
<style>
span { border-color: #274DF9; }
span { border-color: rgb(39,77,249); }
td.TdClassName
{
border-color: #274DF9;
}
.TagClassName
{
border-color: #274DF9;
}
</style>