#4352FC

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

Shades of Neon Blue #4352FC

Tints of Neon Blue #4352FC

Color information

#4352FC (or 0x4352FC) is unknown color: approx Neon Blue. HEX triplet: 43, 52 and FC. RGB value is (67,82,252). Sum of RGB (Red+Green+Blue) = 67+82+252=401 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.71% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #4352FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4352FC is #BCAD03. Grayscale: #606060. Windows color (decimal): -12365060 or 16536131. OLE color: 16536131.

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

Color convert

RGB6782252-
CMYK0.730.6700.01
HSL235.14º96.86%62.55%-
HSV(B)235.14º73.41%98.82%-
XYZ22.914.2693.64-
YUV96.9215.53106.68-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.71%
GREEN value IS 82 (32.42% from 255) = 20.45%
BLUE value IS 252 (98.83% from 255) = 62.84%
R=16.71%
G=20.45%
B=62.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal67822520.730.6700.01235.1496.8662.55
Hex4352FC494301eb613f
Octal1031223741111030135314177
Binary10000111010010111111001001001100001101111010111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4352FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,82,252); }

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

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

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

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

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

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

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