#2441FC

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

Shades of Neon Blue #2441FC

Tints of Neon Blue #2441FC

Color information

#2441FC (or 0x2441FC) is unknown color: approx Neon Blue. HEX triplet: 24, 41 and FC. RGB value is (36,65,252). Sum of RGB (Red+Green+Blue) = 36+65+252=353 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.20% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 252 (98.83% from 255 or 71.39% from 353); Max value from RGB is 252 - color contains mainly: blue. Hex color #2441FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2441FC is #DBBE03. Grayscale: #4C4C4C. Windows color (decimal): -14401028 or 16531748. OLE color: 16531748.

HSL color Cylindrical-coordinate representation of color #2441FC: hue angle of 231.94º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2441FC is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB3665252-
CMYK0.860.7400.01
HSL231.94º97.3%56.47%-
HSV(B)231.94º85.71%98.82%-
XYZ20.1911.1893.19-
YUV77.65226.3998.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.20%
GREEN value IS 65 (25.78% from 255) = 18.41%
BLUE value IS 252 (98.83% from 255) = 71.39%
R=10.20%
G=18.41%
B=71.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal36652520.860.7400.01231.9497.356.47
Hex2441FC564A01e86138
Octal441013741261120135014170
Binary1001001000001111111001010110100101001111010001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2441FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2441FC; }

 p { color: rgb(36,65,252); }

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

<style>
 a { background-color: #2441FC; }

 a { background-color: rgb(36,65,252); }

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

<style>
 span { border-color: #2441FC; }

 span { border-color: rgb(36,65,252); }

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