#2750FA

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

Shades of Neon Blue #2750FA

Tints of Neon Blue #2750FA

Color information

#2750FA (or 0x2750FA) is unknown color: approx Neon Blue. HEX triplet: 27, 50 and FA. RGB value is (39,80,250). Sum of RGB (Red+Green+Blue) = 39+80+250=369 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.57% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #2750FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2750FA is #D8AF05. Grayscale: #565656. Windows color (decimal): -14200582 or 16404519. OLE color: 16404519.

HSL color Cylindrical-coordinate representation of color #2750FA: hue angle of 228.34º degrees, saturation: 0.95, 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 #2750FA is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3980250-
CMYK0.840.6800.02
HSL228.34º95.48%56.67%-
HSV(B)228.34º84.4%98.04%-
XYZ20.9613.0791.86-
YUV87.12219.9293.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.57%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 250 (98.05% from 255) = 67.75%
R=10.57%
G=21.68%
B=67.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal39802500.840.6800.02228.3495.4856.67
Hex2750FA544402e45f39
Octal471203721241040234413771
Binary10011110100001111101010101001000100010111001001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2750FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2750FA; }

 p { color: rgb(39,80,250); }

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

<style>
 a { background-color: #2750FA; }

 a { background-color: rgb(39,80,250); }

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

<style>
 span { border-color: #2750FA; }

 span { border-color: rgb(39,80,250); }

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