#6354FF

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

Shades of Neon Blue #6354FF

Tints of Neon Blue #6354FF

Color information

#6354FF (or 0x6354FF) is unknown color: approx Neon Blue. HEX triplet: 63, 54 and FF. RGB value is (99,84,255). Sum of RGB (Red+Green+Blue) = 99+84+255=438 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.60% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #6354FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6354FF is #9CAB00. Grayscale: #6B6B6B. Windows color (decimal): -10267393 or 16733283. OLE color: 16733283.

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

Color convert

RGB9984255-
CMYK0.610.6700
HSL245.26º100%66.47%-
HSV(B)245.26º67.06%100%-
XYZ26.3716.2196.35-
YUV107.98210.97121.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.60%
GREEN value IS 84 (33.20% from 255) = 19.18%
BLUE value IS 255 (100% from 255) = 58.22%
R=22.60%
G=19.18%
B=58.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal99842550.610.6700245.2610066.47
Hex6354FF3D4300f56442
Octal1431243777510300365144102
Binary11000111010100111111111111011000011001111010111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6354FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6354FF; }

 p { color: rgb(99,84,255); }

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

<style>
 a { background-color: #6354FF; }

 a { background-color: rgb(99,84,255); }

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

<style>
 span { border-color: #6354FF; }

 span { border-color: rgb(99,84,255); }

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