#2740fb

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

Shades of Neon Blue #2740FB

Tints of Neon Blue #2740FB

Color information

#2740FB (or 0x2740FB) is unknown color: approx Neon Blue. HEX triplet: 27, 40 and FB. RGB value is (39,64,251). Sum of RGB (Red+Green+Blue) = 39+64+251=354 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.02% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #2740FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2740FB is #D8BF04. Grayscale: #4D4D4D. Windows color (decimal): -14204677 or 16465959. OLE color: 16465959.

HSL color Cylindrical-coordinate representation of color #2740FB: hue angle of 232.92º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2740FB is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3964251-
CMYK0.840.7500.02
HSL232.92º96.36%56.86%-
HSV(B)232.92º84.46%98.43%-
XYZ20.0811.0692.34-
YUV77.84225.72100.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.02%
GREEN value IS 64 (25.39% from 255) = 18.08%
BLUE value IS 251 (98.44% from 255) = 70.90%
R=11.02%
G=18.08%
B=70.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal39642510.840.7500.02232.9296.3656.86
Hex2740FB544B02e96039
Octal471003731241130235114071
Binary10011110000001111101110101001001011010111010011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2740fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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