#3032F7

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

Shades of Neon Blue #3032F7

Tints of Neon Blue #3032F7

Color information

#3032F7 (or 0x3032F7) is unknown color: approx Neon Blue. HEX triplet: 30, 32 and F7. RGB value is (48,50,247). Sum of RGB (Red+Green+Blue) = 48+50+247=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 247 (96.88% from 255 or 71.59% from 345); Max value from RGB is 247 - color contains mainly: blue. Hex color #3032F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3032F7 is #CFCD08. Grayscale: #474747. Windows color (decimal): -13618441 or 16200240. OLE color: 16200240.

HSL color Cylindrical-coordinate representation of color #3032F7: hue angle of 239.4º 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 #3032F7 is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB4850247-
CMYK0.810.8000.03
HSL239.4º92.56%57.84%-
HSV(B)239.4º80.57%96.86%-
XYZ19.159.6288.84-
YUV71.86226.84110.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.91%
GREEN value IS 50 (19.92% from 255) = 14.49%
BLUE value IS 247 (96.88% from 255) = 71.59%
R=13.91%
G=14.49%
B=71.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal48502470.810.8000.03239.492.5657.84
Hex3032F7515003ef5d3a
Octal60623671211200335713572
Binary1100001100101111011110100011010000011111011111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3032F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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