#3A30F6

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

Shades of Neon Blue #3A30F6

Tints of Neon Blue #3A30F6

Color information

#3A30F6 (or 0x3A30F6) is unknown color: approx Neon Blue. HEX triplet: 3A, 30 and F6. RGB value is (58,48,246). Sum of RGB (Red+Green+Blue) = 58+48+246=352 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.48% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 246 (96.48% from 255 or 69.89% from 352); Max value from RGB is 246 - color contains mainly: blue. Hex color #3A30F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A30F6 is #C5CF09. Grayscale: #484848. Windows color (decimal): -12963594 or 16134202. OLE color: 16134202.

HSL color Cylindrical-coordinate representation of color #3A30F6: hue angle of 243.03º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A30F6 is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5848246-
CMYK0.760.8000.04
HSL243.03º91.67%57.65%-
HSV(B)243.03º80.49%96.47%-
XYZ19.449.6788.03-
YUV73.56225.31116.9-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.48%
GREEN value IS 48 (19.14% from 255) = 13.64%
BLUE value IS 246 (96.48% from 255) = 69.89%
R=16.48%
G=13.64%
B=69.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal58482460.760.8000.04243.0391.6757.65
Hex3A30F64C5004f35c3a
Octal72603661141200436313472
Binary11101011000011110110100110010100000100111100111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A30F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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