#4144FD

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

Shades of Neon Blue #4144FD

Tints of Neon Blue #4144FD

Color information

#4144FD (or 0x4144FD) is unknown color: approx Neon Blue. HEX triplet: 41, 44 and FD. RGB value is (65,68,253). Sum of RGB (Red+Green+Blue) = 65+68+253=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #4144FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4144FD is #BEBB02. Grayscale: #575757. Windows color (decimal): -12499715 or 16598081. OLE color: 16598081.

HSL color Cylindrical-coordinate representation of color #4144FD: hue angle of 239.04º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4144FD is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB6568253-
CMYK0.740.7300.01
HSL239.04º97.92%62.35%-
HSV(B)239.04º74.31%99.22%-
XYZ21.9812.3594.15-
YUV88.19221.01111.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.84%
GREEN value IS 68 (26.95% from 255) = 17.62%
BLUE value IS 253 (99.22% from 255) = 65.54%
R=16.84%
G=17.62%
B=65.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal65682530.740.7300.01239.0497.9262.35
Hex4144FD4A4901ef623e
Octal1011043751121110135714276
Binary10000011000100111111011001010100100101111011111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4144FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4144FD; }

 p { color: rgb(65,68,253); }

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

<style>
 a { background-color: #4144FD; }

 a { background-color: rgb(65,68,253); }

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

<style>
 span { border-color: #4144FD; }

 span { border-color: rgb(65,68,253); }

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