#1841FA

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

Shades of Neon Blue #1841FA

Tints of Neon Blue #1841FA

Color information

#1841FA (or 0x1841FA) is unknown color: approx Neon Blue. HEX triplet: 18, 41 and FA. RGB value is (24,65,250). Sum of RGB (Red+Green+Blue) = 24+65+250=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 250 (98.05% from 255 or 73.75% from 339); Max value from RGB is 250 - color contains mainly: blue. Hex color #1841FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1841FA is #E7BE05. Grayscale: #494949. Windows color (decimal): -15187462 or 16400664. OLE color: 16400664.

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

Color convert

RGB2465250-
CMYK0.900.7400.02
HSL229.12º95.76%53.73%-
HSV(B)229.12º90.4%98.04%-
XYZ19.5210.8891.51-
YUV73.83227.4292.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.08%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 250 (98.05% from 255) = 73.75%
R=7.08%
G=19.17%
B=73.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24652500.900.7400.02229.1295.7653.73
Hex1841FA5A4A02e56036
Octal301013721321120234514066
Binary1100010000011111101010110101001010010111001011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1841FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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