#2742f8

Color #2742F8 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #2742F8

Tints of Neon Blue #2742F8

Color information

#2742F8 (or 0x2742F8) is unknown color: approx Neon Blue. HEX triplet: 27, 42 and F8. RGB value is (39,66,248). Sum of RGB (Red+Green+Blue) = 39+66+248=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 248 (97.27% from 255 or 70.25% from 353); Max value from RGB is 248 - color contains mainly: blue. Hex color #2742F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2742F8 is #D8BD07. Grayscale: #4D4D4D. Windows color (decimal): -14204168 or 16269863. OLE color: 16269863.

HSL color Cylindrical-coordinate representation of color #2742F8: hue angle of 232.25º 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 #2742F8 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB3966248-
CMYK0.840.7300.03
HSL232.25º93.72%56.27%-
HSV(B)232.25º84.27%97.25%-
XYZ19.7311.1189.91-
YUV78.68223.5599.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 11.05%
GREEN value IS 66 (26.17% from 255) = 18.70%
BLUE value IS 248 (97.27% from 255) = 70.25%
R=11.05%
G=18.70%
B=70.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal39662480.840.7300.03232.2593.7256.27
Hex2742F8544903e85e38
Octal471023701241110335013670
Binary10011110000101111100010101001001001011111010001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2742f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2742f8; }

 p { color: rgb(39,66,248); }

 H1.HeaderClassName
 {
   color: #2742f8;
 }
 .AnyTagClassName
 {
   color: #2742f8;
 }
</style>
background-color css

<style>
 a { background-color: #2742f8; }

 a { background-color: rgb(39,66,248); }

 div.DivClassName
 {
   background-color: #2742f8;
 }
 .BgClassName
 {
   background-color: #2742f8;
 }
</style>
border-color css

<style>
 span { border-color: #2742f8; }

 span { border-color: rgb(39,66,248); }

 td.TdClassName
 {
   border-color: #2742f8;
 }
 .TagClassName
 {
   border-color: #2742f8;
 }
</style>