#2741F5

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

Shades of Neon Blue #2741F5

Tints of Neon Blue #2741F5

Color information

#2741F5 (or 0x2741F5) is unknown color: approx Neon Blue. HEX triplet: 27, 41 and F5. RGB value is (39,65,245). Sum of RGB (Red+Green+Blue) = 39+65+245=349 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.17% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 245 (96.09% from 255 or 70.20% from 349); Max value from RGB is 245 - color contains mainly: blue. Hex color #2741F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2741F5 is #D8BE0A. Grayscale: #4D4D4D. Windows color (decimal): -14204427 or 16072999. OLE color: 16072999.

HSL color Cylindrical-coordinate representation of color #2741F5: hue angle of 232.43º degrees, saturation: 0.91, 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 #2741F5 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3965245-
CMYK0.840.7300.04
HSL232.43º91.15%55.69%-
HSV(B)232.43º84.08%96.08%-
XYZ19.2110.887.46-
YUV77.75222.39100.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.17%
GREEN value IS 65 (25.78% from 255) = 18.62%
BLUE value IS 245 (96.09% from 255) = 70.20%
R=11.17%
G=18.62%
B=70.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal39652450.840.7300.04232.4391.1555.69
Hex2741F5544904e85b38
Octal471013651241110435013370
Binary100111100000111110101101010010010010100111010001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2741F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2741F5; }

 p { color: rgb(39,65,245); }

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

<style>
 a { background-color: #2741F5; }

 a { background-color: rgb(39,65,245); }

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

<style>
 span { border-color: #2741F5; }

 span { border-color: rgb(39,65,245); }

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