#3130F7

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

Shades of Neon Blue #3130F7

Tints of Neon Blue #3130F7

Color information

#3130F7 (or 0x3130F7) is unknown color: approx Neon Blue. HEX triplet: 31, 30 and F7. RGB value is (49,48,247). Sum of RGB (Red+Green+Blue) = 49+48+247=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 247 (96.88% from 255 or 71.80% from 344); Max value from RGB is 247 - color contains mainly: blue. Hex color #3130F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3130F7 is #CECF08. Grayscale: #464646. Windows color (decimal): -13553417 or 16199729. OLE color: 16199729.

HSL color Cylindrical-coordinate representation of color #3130F7: hue angle of 240.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3130F7 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB4948247-
CMYK0.800.8100.03
HSL240.3º92.56%57.84%-
HSV(B)240.3º80.57%96.86%-
XYZ19.119.4888.82-
YUV70.98227.33112.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.24%
GREEN value IS 48 (19.14% from 255) = 13.95%
BLUE value IS 247 (96.88% from 255) = 71.80%
R=14.24%
G=13.95%
B=71.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal49482470.800.8100.03240.392.5657.84
Hex3130F7505103f05d3a
Octal61603671201210336013572
Binary1100011100001111011110100001010001011111100001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3130F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3130F7; }

 p { color: rgb(49,48,247); }

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

<style>
 a { background-color: #3130F7; }

 a { background-color: rgb(49,48,247); }

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

<style>
 span { border-color: #3130F7; }

 span { border-color: rgb(49,48,247); }

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