#4041FA

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

Shades of Neon Blue #4041FA

Tints of Neon Blue #4041FA

Color information

#4041FA (or 0x4041FA) is unknown color: approx Neon Blue. HEX triplet: 40, 41 and FA. RGB value is (64,65,250). Sum of RGB (Red+Green+Blue) = 64+65+250=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #4041FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4041FA is #BFBE05. Grayscale: #555555. Windows color (decimal): -12566022 or 16400704. OLE color: 16400704.

HSL color Cylindrical-coordinate representation of color #4041FA: hue angle of 239.68º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4041FA is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6465250-
CMYK0.740.7400.02
HSL239.68º94.9%61.57%-
HSV(B)239.68º74.4%98.04%-
XYZ21.2611.7791.59-
YUV85.79220.67112.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.89%
GREEN value IS 65 (25.78% from 255) = 17.15%
BLUE value IS 250 (98.05% from 255) = 65.96%
R=16.89%
G=17.15%
B=65.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal64652500.740.7400.02239.6894.961.57
Hex4041FA4A4A02f05f3e
Octal1001013721121120236013776
Binary100000010000011111101010010101001010010111100001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4041FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4041FA; }

 p { color: rgb(64,65,250); }

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

<style>
 a { background-color: #4041FA; }

 a { background-color: rgb(64,65,250); }

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

<style>
 span { border-color: #4041FA; }

 span { border-color: rgb(64,65,250); }

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