#3237F1

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

Shades of Neon Blue #3237F1

Tints of Neon Blue #3237F1

Color information

#3237F1 (or 0x3237F1) is unknown color: approx Neon Blue. HEX triplet: 32, 37 and F1. RGB value is (50,55,241). Sum of RGB (Red+Green+Blue) = 50+55+241=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 241 (94.53% from 255 or 69.65% from 346); Max value from RGB is 241 - color contains mainly: blue. Hex color #3237F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3237F1 is #CDC80E. Grayscale: #494949. Windows color (decimal): -13486095 or 15808306. OLE color: 15808306.

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

Color convert

RGB5055241-
CMYK0.790.7700.05
HSL238.43º87.21%57.06%-
HSV(B)238.43º79.25%94.51%-
XYZ18.569.7684.13-
YUV74.71221.84110.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.45%
GREEN value IS 55 (21.88% from 255) = 15.90%
BLUE value IS 241 (94.53% from 255) = 69.65%
R=14.45%
G=15.90%
B=69.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal50552410.790.7700.05238.4387.2157.06
Hex3237F14F4D05ee5739
Octal62673611171150535612771
Binary11001011011111110001100111110011010101111011101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3237F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,55,241); }

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

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

 a { background-color: rgb(50,55,241); }

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

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

 span { border-color: rgb(50,55,241); }

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