#3339F1

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

Shades of Neon Blue #3339F1

Tints of Neon Blue #3339F1

Color information

#3339F1 (or 0x3339F1) is unknown color: approx Neon Blue. HEX triplet: 33, 39 and F1. RGB value is (51,57,241). Sum of RGB (Red+Green+Blue) = 51+57+241=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 241 (94.53% from 255 or 69.05% from 349); Max value from RGB is 241 - color contains mainly: blue. Hex color #3339F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3339F1 is #CCC60E. Grayscale: #4B4B4B. Windows color (decimal): -13420047 or 15808819. OLE color: 15808819.

HSL color Cylindrical-coordinate representation of color #3339F1: hue angle of 238.11º degrees, saturation: 0.87, 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 #3339F1 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5157241-
CMYK0.790.7600.05
HSL238.11º87.16%57.25%-
HSV(B)238.11º78.84%94.51%-
XYZ18.719.9884.16-
YUV76.18221.01110.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.61%
GREEN value IS 57 (22.66% from 255) = 16.33%
BLUE value IS 241 (94.53% from 255) = 69.05%
R=14.61%
G=16.33%
B=69.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal51572410.790.7600.05238.1187.1657.25
Hex3339F14F4C05ee5739
Octal63713611171140535612771
Binary11001111100111110001100111110011000101111011101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3339F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3339F1; }

 p { color: rgb(51,57,241); }

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

<style>
 a { background-color: #3339F1; }

 a { background-color: rgb(51,57,241); }

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

<style>
 span { border-color: #3339F1; }

 span { border-color: rgb(51,57,241); }

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