#3337F5

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

Shades of Neon Blue #3337F5

Tints of Neon Blue #3337F5

Color information

#3337F5 (or 0x3337F5) is unknown color: approx Neon Blue. HEX triplet: 33, 37 and F5. RGB value is (51,55,245). Sum of RGB (Red+Green+Blue) = 51+55+245=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 245 (96.09% from 255 or 69.80% from 351); Max value from RGB is 245 - color contains mainly: blue. Hex color #3337F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3337F5 is #CCC80A. Grayscale: #4A4A4A. Windows color (decimal): -13420555 or 16070451. OLE color: 16070451.

HSL color Cylindrical-coordinate representation of color #3337F5: hue angle of 238.76º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3337F5 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5155245-
CMYK0.790.7800.04
HSL238.76º90.65%58.04%-
HSV(B)238.76º79.18%96.08%-
XYZ19.2110.0387.31-
YUV75.46223.67110.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.53%
GREEN value IS 55 (21.88% from 255) = 15.67%
BLUE value IS 245 (96.09% from 255) = 69.80%
R=14.53%
G=15.67%
B=69.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal51552450.790.7800.04238.7690.6558.04
Hex3337F54F4E04ef5b3a
Octal63673651171160435713372
Binary11001111011111110101100111110011100100111011111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3337F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3337F5; }

 p { color: rgb(51,55,245); }

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

<style>
 a { background-color: #3337F5; }

 a { background-color: rgb(51,55,245); }

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

<style>
 span { border-color: #3337F5; }

 span { border-color: rgb(51,55,245); }

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