Shades of Neon Blue #274DF6
Tints of Neon Blue #274DF6
RGB
CMYK
RGB Variations
Color information
#274DF6 (or 0x274DF6) is known color: Neon Blue. HEX triplet: 27, 4D and F6. RGB value is (39,77,246). Sum of RGB (Red+Green+Blue) = 39+77+246=362 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.77% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 246 (96.48% from 255 or 67.96% from 362); Max value from RGB is 246 - color contains mainly: blue. Hex color #274DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #274DF6 is #D8B209. Grayscale: #545454. Windows color (decimal): -14201354 or 16141607. OLE color: 16141607.
HSL color Cylindrical-coordinate representation of color #274DF6: hue angle of 228.99º 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 #274DF6 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 77 | 246 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.04 |
| HSL | 228.99º | 0.92% | 0.56% | - |
| HSV(B) | 228.99º | 0.84% | 0.96% | - |
| XYZ | 20.13 | 12.39 | 88.52 | - |
| YUV | 84.9 | 218.91 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 246 | 0.84 | 0.69 | 0 | 0.04 | 228.99 | 0.92 | 0.56 |
| Hex | 27 | 4D | F6 | 54 | 45 | 0 | 4 | E5 | 5C | 38 |
| Octal | 47 | 115 | 366 | 124 | 105 | 0 | 4 | 345 | 134 | 70 |
| Binary | 100111 | 1001101 | 11110110 | 1010100 | 1000101 | 0 | 100 | 11100101 | 1011100 | 111000 |
Color Harmonies of #274DF6
Complementary color
Monochromatic Colors of #274DF6
Black with #274DF6
Text Example
Text Example
White with #274DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DF6; }
p { color: rgb(39,77,246); }
H1.HeaderClassName
{
color: #274DF6;
}
.AnyTagClassName
{
color: #274DF6;
}
</style>
background-color css
<style>
a { background-color: #274DF6; }
a { background-color: rgb(39,77,246); }
div.DivClassName
{
background-color: #274DF6;
}
.BgClassName
{
background-color: #274DF6;
}
</style>
border-color css
<style>
span { border-color: #274DF6; }
span { border-color: rgb(39,77,246); }
td.TdClassName
{
border-color: #274DF6;
}
.TagClassName
{
border-color: #274DF6;
}
</style>