#4140FA

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

Shades of Neon Blue #4140FA

Tints of Neon Blue #4140FA

Color information

#4140FA (or 0x4140FA) is unknown color: approx Neon Blue. HEX triplet: 41, 40 and FA. RGB value is (65,64,250). Sum of RGB (Red+Green+Blue) = 65+64+250=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 64 (25.39% from 255 or 16.89% 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 #4140FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4140FA is #BEBF05. Grayscale: #545454. Windows color (decimal): -12500742 or 16400449. OLE color: 16400449.

HSL color Cylindrical-coordinate representation of color #4140FA: hue angle of 240.32º 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 #4140FA is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6564250-
CMYK0.740.7400.02
HSL240.32º94.9%61.57%-
HSV(B)240.32º74.4%98.04%-
XYZ21.2711.6991.58-
YUV85.5220.83113.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.15%
GREEN value IS 64 (25.39% from 255) = 16.89%
BLUE value IS 250 (98.05% from 255) = 65.96%
R=17.15%
G=16.89%
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
Decimal65642500.740.7400.02240.3294.961.57
Hex4140FA4A4A02f05f3e
Octal1011003721121120236013776
Binary100000110000001111101010010101001010010111100001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4140FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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