#3237f4

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

Shades of Neon Blue #3237F4

Tints of Neon Blue #3237F4

Color information

#3237F4 (or 0x3237F4) is unknown color: approx Neon Blue. HEX triplet: 32, 37 and F4. RGB value is (50,55,244). Sum of RGB (Red+Green+Blue) = 50+55+244=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 244 (95.70% from 255 or 69.91% from 349); Max value from RGB is 244 - color contains mainly: blue. Hex color #3237F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3237F4 is #CDC80B. Grayscale: #4A4A4A. Windows color (decimal): -13486092 or 16004914. OLE color: 16004914.

HSL color Cylindrical-coordinate representation of color #3237F4: hue angle of 238.45º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3237F4 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5055244-
CMYK0.800.7700.04
HSL238.45º89.81%57.65%-
HSV(B)238.45º79.51%95.69%-
XYZ19.019.9486.51-
YUV75.05223.34110.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.33%
GREEN value IS 55 (21.88% from 255) = 15.76%
BLUE value IS 244 (95.70% from 255) = 69.91%
R=14.33%
G=15.76%
B=69.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal50552440.800.7700.04238.4589.8157.65
Hex3237F4504D04ee5a3a
Octal62673641201150435613272
Binary11001011011111110100101000010011010100111011101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3237f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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