#4646FC

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

Shades of Neon Blue #4646FC

Tints of Neon Blue #4646FC

Color information

#4646FC (or 0x4646FC) is unknown color: approx Neon Blue. HEX triplet: 46, 46 and FC. RGB value is (70,70,252). Sum of RGB (Red+Green+Blue) = 70+70+252=392 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.86% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #4646FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4646FC is #B9B903. Grayscale: #5A5A5A. Windows color (decimal): -12171524 or 16533062. OLE color: 16533062.

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

Color convert

RGB7070252-
CMYK0.720.7200.01
HSL240º96.81%63.14%-
HSV(B)240º72.22%98.82%-
XYZ22.2912.7193.37-
YUV90.75219113.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.86%
GREEN value IS 70 (27.73% from 255) = 17.86%
BLUE value IS 252 (98.83% from 255) = 64.29%
R=17.86%
G=17.86%
B=64.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal70702520.720.7200.0124096.8163.14
Hex4646FC484801f0613f
Octal1061063741101100136014177
Binary10001101000110111111001001000100100001111100001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4646FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,70,252); }

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

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

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

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

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

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

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