#4461ff

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

Shades of Neon Blue #4461FF

Tints of Neon Blue #4461FF

Color information

#4461FF (or 0x4461FF) is unknown color: approx Neon Blue. HEX triplet: 44, 61 and FF. RGB value is (68,97,255). Sum of RGB (Red+Green+Blue) = 68+97+255=420 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.19% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #4461FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4461FF is #BB9E00. Grayscale: #696969. Windows color (decimal): -12295681 or 16736580. OLE color: 16736580.

HSL color Cylindrical-coordinate representation of color #4461FF: hue angle of 230.7º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4461FF is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6897255-
CMYK0.730.6200
HSL230.7º100%63.33%-
HSV(B)230.7º73.33%100%-
XYZ24.711796.59-
YUV106.34211.89100.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.19%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 255 (100% from 255) = 60.71%
R=16.19%
G=23.10%
B=60.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal68972550.730.6200230.710063.33
Hex4461FF493E00e7643f
Octal104141377111760034714477
Binary1000100110000111111111100100111111000111001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4461ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4461ff; }

 p { color: rgb(68,97,255); }

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

<style>
 a { background-color: #4461ff; }

 a { background-color: rgb(68,97,255); }

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

<style>
 span { border-color: #4461ff; }

 span { border-color: rgb(68,97,255); }

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