#3A30F2

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

Shades of Neon Blue #3A30F2

Tints of Neon Blue #3A30F2

Color information

#3A30F2 (or 0x3A30F2) is unknown color: approx Neon Blue. HEX triplet: 3A, 30 and F2. RGB value is (58,48,242). Sum of RGB (Red+Green+Blue) = 58+48+242=348 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.67% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 242 (94.92% from 255 or 69.54% from 348); Max value from RGB is 242 - color contains mainly: blue. Hex color #3A30F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A30F2 is #C5CF0D. Grayscale: #484848. Windows color (decimal): -12963598 or 15872058. OLE color: 15872058.

HSL color Cylindrical-coordinate representation of color #3A30F2: hue angle of 243.09º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A30F2 is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5848242-
CMYK0.760.8000.05
HSL243.09º88.18%56.86%-
HSV(B)243.09º80.17%94.9%-
XYZ18.839.4284.83-
YUV73.11223.31117.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.67%
GREEN value IS 48 (19.14% from 255) = 13.79%
BLUE value IS 242 (94.92% from 255) = 69.54%
R=16.67%
G=13.79%
B=69.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal58482420.760.8000.05243.0988.1856.86
Hex3A30F24C5005f35839
Octal72603621141200536313071
Binary11101011000011110010100110010100000101111100111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A30F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A30F2; }

 p { color: rgb(58,48,242); }

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

<style>
 a { background-color: #3A30F2; }

 a { background-color: rgb(58,48,242); }

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

<style>
 span { border-color: #3A30F2; }

 span { border-color: rgb(58,48,242); }

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