#3a42f6

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

Shades of Neon Blue #3A42F6

Tints of Neon Blue #3A42F6

Color information

#3A42F6 (or 0x3A42F6) is unknown color: approx Neon Blue. HEX triplet: 3A, 42 and F6. RGB value is (58,66,246). Sum of RGB (Red+Green+Blue) = 58+66+246=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 246 (96.48% from 255 or 66.49% from 370); Max value from RGB is 246 - color contains mainly: blue. Hex color #3A42F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A42F6 is #C5BD09. Grayscale: #535353. Windows color (decimal): -12958986 or 16138810. OLE color: 16138810.

HSL color Cylindrical-coordinate representation of color #3A42F6: hue angle of 237.45º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A42F6 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5866246-
CMYK0.760.7300.04
HSL237.45º91.26%59.61%-
HSV(B)237.45º76.42%96.47%-
XYZ20.3311.4588.33-
YUV84.13219.35109.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.68%
GREEN value IS 66 (26.17% from 255) = 17.84%
BLUE value IS 246 (96.48% from 255) = 66.49%
R=15.68%
G=17.84%
B=66.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal58662460.760.7300.04237.4591.2659.61
Hex3A42F64C4904ed5b3c
Octal721023661141110435513374
Binary111010100001011110110100110010010010100111011011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a42f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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