#2737F1

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

Shades of Neon Blue #2737F1

Tints of Neon Blue #2737F1

Color information

#2737F1 (or 0x2737F1) is unknown color: approx Neon Blue. HEX triplet: 27, 37 and F1. RGB value is (39,55,241). Sum of RGB (Red+Green+Blue) = 39+55+241=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 241 (94.53% from 255 or 71.94% from 335); Max value from RGB is 241 - color contains mainly: blue. Hex color #2737F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2737F1 is #D8C80E. Grayscale: #464646. Windows color (decimal): -14206991 or 15808295. OLE color: 15808295.

HSL color Cylindrical-coordinate representation of color #2737F1: hue angle of 235.25º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2737F1 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3955241-
CMYK0.840.7700.05
HSL235.25º87.83%54.9%-
HSV(B)235.25º83.82%94.51%-
XYZ18.089.5184.1-
YUV71.42223.7104.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.64%
GREEN value IS 55 (21.88% from 255) = 16.42%
BLUE value IS 241 (94.53% from 255) = 71.94%
R=11.64%
G=16.42%
B=71.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal39552410.840.7700.05235.2587.8354.9
Hex2737F1544D05eb5837
Octal47673611241150535313067
Binary10011111011111110001101010010011010101111010111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2737F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2737F1; }

 p { color: rgb(39,55,241); }

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

<style>
 a { background-color: #2737F1; }

 a { background-color: rgb(39,55,241); }

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

<style>
 span { border-color: #2737F1; }

 span { border-color: rgb(39,55,241); }

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