#4050FB

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

Shades of Neon Blue #4050FB

Tints of Neon Blue #4050FB

Color information

#4050FB (or 0x4050FB) is unknown color: approx Neon Blue. HEX triplet: 40, 50 and FB. RGB value is (64,80,251). Sum of RGB (Red+Green+Blue) = 64+80+251=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #4050FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4050FB is #BFAF04. Grayscale: #5E5E5E. Windows color (decimal): -12562181 or 16470080. OLE color: 16470080.

HSL color Cylindrical-coordinate representation of color #4050FB: hue angle of 234.87º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4050FB is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6480251-
CMYK0.750.6800.02
HSL234.87º95.9%61.76%-
HSV(B)234.87º74.5%98.43%-
XYZ22.413.7992.75-
YUV94.71216.2106.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.20%
GREEN value IS 80 (31.64% from 255) = 20.25%
BLUE value IS 251 (98.44% from 255) = 63.54%
R=16.20%
G=20.25%
B=63.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal64802510.750.6800.02234.8795.961.76
Hex4050FB4B4402eb603e
Octal1001203731131040235314076
Binary100000010100001111101110010111000100010111010111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4050FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4050FB; }

 p { color: rgb(64,80,251); }

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

<style>
 a { background-color: #4050FB; }

 a { background-color: rgb(64,80,251); }

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

<style>
 span { border-color: #4050FB; }

 span { border-color: rgb(64,80,251); }

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