#3341f2

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

Shades of Neon Blue #3341F2

Tints of Neon Blue #3341F2

Color information

#3341F2 (or 0x3341F2) is unknown color: approx Neon Blue. HEX triplet: 33, 41 and F2. RGB value is (51,65,242). Sum of RGB (Red+Green+Blue) = 51+65+242=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 242 (94.92% from 255 or 67.60% from 358); Max value from RGB is 242 - color contains mainly: blue. Hex color #3341F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3341F2 is #CCBE0D. Grayscale: #505050. Windows color (decimal): -13417998 or 15876403. OLE color: 15876403.

HSL color Cylindrical-coordinate representation of color #3341F2: hue angle of 235.6º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3341F2 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5165242-
CMYK0.790.7300.05
HSL235.6º88.02%57.45%-
HSV(B)235.6º78.93%94.9%-
XYZ19.2810.985.09-
YUV80.99218.86106.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.25%
GREEN value IS 65 (25.78% from 255) = 18.16%
BLUE value IS 242 (94.92% from 255) = 67.60%
R=14.25%
G=18.16%
B=67.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal51652420.790.7300.05235.688.0257.45
Hex3341F24F4905ec5839
Octal631013621171110535413071
Binary110011100000111110010100111110010010101111011001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3341f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3341f2; }

 p { color: rgb(51,65,242); }

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

<style>
 a { background-color: #3341f2; }

 a { background-color: rgb(51,65,242); }

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

<style>
 span { border-color: #3341f2; }

 span { border-color: rgb(51,65,242); }

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