#2740FE

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

Shades of Neon Blue #2740FE

Tints of Neon Blue #2740FE

Color information

#2740FE (or 0x2740FE) is unknown color: approx Neon Blue. HEX triplet: 27, 40 and FE. RGB value is (39,64,254). Sum of RGB (Red+Green+Blue) = 39+64+254=357 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.92% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #2740FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2740FE is #D8BF01. Grayscale: #4D4D4D. Windows color (decimal): -14204674 or 16662567. OLE color: 16662567.

HSL color Cylindrical-coordinate representation of color #2740FE: hue angle of 233.02º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2740FE is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB3964254-
CMYK0.850.7500.00
HSL233.02º99.08%57.45%-
HSV(B)233.02º84.65%99.61%-
XYZ20.5611.2594.85-
YUV78.18227.22100.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.92%
GREEN value IS 64 (25.39% from 255) = 17.93%
BLUE value IS 254 (99.61% from 255) = 71.15%
R=10.92%
G=17.93%
B=71.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal39642540.850.7500.00233.0299.0857.45
Hex2740FE554B00e96339
Octal471003761251130035114371
Binary1001111000000111111101010101100101100111010011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2740FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2740FE; }

 p { color: rgb(39,64,254); }

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

<style>
 a { background-color: #2740FE; }

 a { background-color: rgb(39,64,254); }

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

<style>
 span { border-color: #2740FE; }

 span { border-color: rgb(39,64,254); }

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