#3B42F1

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

Shades of Neon Blue #3B42F1

Tints of Neon Blue #3B42F1

Color information

#3B42F1 (or 0x3B42F1) is unknown color: approx Neon Blue. HEX triplet: 3B, 42 and F1. RGB value is (59,66,241). Sum of RGB (Red+Green+Blue) = 59+66+241=366 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.12% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 241 (94.53% from 255 or 65.85% from 366); Max value from RGB is 241 - color contains mainly: blue. Hex color #3B42F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B42F1 is #C4BD0E. Grayscale: #535353. Windows color (decimal): -12893455 or 15811131. OLE color: 15811131.

HSL color Cylindrical-coordinate representation of color #3B42F1: hue angle of 237.69º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B42F1 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5966241-
CMYK0.760.7300.05
HSL237.69º86.67%58.82%-
HSV(B)237.69º75.52%94.51%-
XYZ19.6311.1884.34-
YUV83.86216.68110.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.12%
GREEN value IS 66 (26.17% from 255) = 18.03%
BLUE value IS 241 (94.53% from 255) = 65.85%
R=16.12%
G=18.03%
B=65.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal59662410.760.7300.05237.6986.6758.82
Hex3B42F14C4905ee573b
Octal731023611141110535612773
Binary111011100001011110001100110010010010101111011101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B42F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,66,241); }

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

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

 a { background-color: rgb(59,66,241); }

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

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

 span { border-color: rgb(59,66,241); }

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