#6349FF

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

Shades of Neon Blue #6349FF

Tints of Neon Blue #6349FF

Color information

#6349FF (or 0x6349FF) is unknown color: approx Neon Blue. HEX triplet: 63, 49 and FF. RGB value is (99,73,255). Sum of RGB (Red+Green+Blue) = 99+73+255=427 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.19% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #6349FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6349FF is #9CB600. Grayscale: #646464. Windows color (decimal): -10270209 or 16730467. OLE color: 16730467.

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

Color convert

RGB9973255-
CMYK0.610.7100
HSL248.57º100%64.31%-
HSV(B)248.57º71.37%100%-
XYZ25.5814.6496.08-
YUV101.52214.61126.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.19%
GREEN value IS 73 (28.91% from 255) = 17.10%
BLUE value IS 255 (100% from 255) = 59.72%
R=23.19%
G=17.10%
B=59.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal99732550.610.7100248.5710064.31
Hex6349FF3D4700f96440
Octal1431113777510700371144100
Binary11000111001001111111111111011000111001111100111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6349FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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