Html Css Color HEX #6349FF Neon Blue

📋 copy color: '#6349FF'

red 99 ◦ green 73 ◦ blue 255

#6349FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #6349FF

Tints of Neon Blue #6349FF

RGB

 RED value IS 99 (39.06% from 255) = 23.19%

 GREEN value IS 73 (28.91% from 255) = 17.1%

 BLUE value IS 255 (100% from 255) = 59.72%

R = 23.19%
G = 17.1%
B = 59.72%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6349FF (or 0x6349FF) is known color: 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

RGB 99 73 255 -
CMYK 0.61 0.71 0 0
HSL 248.57º 1% 0.64% -
HSV(B) 248.57º 0.71% 1% -
XYZ 25.58 14.64 96.08 -
YUV 101.52 214.61 126.2 -
System Red Green Blue C M Y K H S L
Decimal 99 73 255 0.61 0.71 0 0 248.57 1 0.64
Hex 63 49 FF 3D 47 0 0 F9 64 40
Octal 143 111 377 75 107 0 0 371 144 100
Binary 1100011 1001001 11111111 111101 1000111 0 0 11111001 1100100 1000000

Color Harmonies of #6349FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6349FF

Black with #6349FF

Text Example


Text Example

White with #6349FF

Text Example


Text Example

HTML Codes & Css Web 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>