#4660FA

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

Shades of Neon Blue #4660FA

Tints of Neon Blue #4660FA

Color information

#4660FA (or 0x4660FA) is unknown color: approx Neon Blue. HEX triplet: 46, 60 and FA. RGB value is (70,96,250). Sum of RGB (Red+Green+Blue) = 70+96+250=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #4660FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4660FA is #B99F05. Grayscale: #696969. Windows color (decimal): -12164870 or 16408646. OLE color: 16408646.

HSL color Cylindrical-coordinate representation of color #4660FA: hue angle of 231.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4660FA is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7096250-
CMYK0.720.6200.02
HSL231.33º94.74%62.75%-
HSV(B)231.33º72%98.04%-
XYZ23.9616.5792.38-
YUV105.78209.39102.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.83%
GREEN value IS 96 (37.89% from 255) = 23.08%
BLUE value IS 250 (98.05% from 255) = 60.10%
R=16.83%
G=23.08%
B=60.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal70962500.720.6200.02231.3394.7462.75
Hex4660FA483E02e75f3f
Octal106140372110760234713777
Binary10001101100000111110101001000111110010111001111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4660FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,96,250); }

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

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

 a { background-color: rgb(70,96,250); }

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

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

 span { border-color: rgb(70,96,250); }

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