#3A3CF9

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

Shades of Neon Blue #3A3CF9

Tints of Neon Blue #3A3CF9

Color information

#3A3CF9 (or 0x3A3CF9) is unknown color: approx Neon Blue. HEX triplet: 3A, 3C and F9. RGB value is (58,60,249). Sum of RGB (Red+Green+Blue) = 58+60+249=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 249 (97.66% from 255 or 67.85% from 367); Max value from RGB is 249 - color contains mainly: blue. Hex color #3A3CF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A3CF9 is #C5C306. Grayscale: #505050. Windows color (decimal): -12960519 or 16333882. OLE color: 16333882.

HSL color Cylindrical-coordinate representation of color #3A3CF9: hue angle of 239.37º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A3CF9 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5860249-
CMYK0.770.7600.02
HSL239.37º94.09%60.2%-
HSV(B)239.37º76.71%97.65%-
XYZ20.4610.9790.66-
YUV80.95222.84111.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.80%
GREEN value IS 60 (23.83% from 255) = 16.35%
BLUE value IS 249 (97.66% from 255) = 67.85%
R=15.80%
G=16.35%
B=67.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal58602490.770.7600.02239.3794.0960.2
Hex3A3CF94D4C02ef5e3c
Octal72743711151140235713674
Binary1110101111001111100110011011001100010111011111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,60,249); }

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

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

 a { background-color: rgb(58,60,249); }

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

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

 span { border-color: rgb(58,60,249); }

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