Html Css Color HEX #6350EC Neon Blue

📋 copy color: '#6350EC'

red 99 ◦ green 80 ◦ blue 236

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

Shades of Neon Blue #6350EC

Tints of Neon Blue #6350EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.28%

 BLUE value IS 236 (92.58% from 255) = 56.87%

R = 23.86%
G = 19.28%
B = 56.87%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6350EC (or 0x6350EC) is known color: Neon Blue. HEX triplet: 63, 50 and EC. RGB value is (99,80,236). Sum of RGB (Red+Green+Blue) = 99+80+236=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #6350EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6350EC is #9CAF13. Grayscale: #666666. Windows color (decimal): -10268436 or 15487075. OLE color: 15487075.

HSL color Cylindrical-coordinate representation of color #6350EC: hue angle of 247.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6350EC is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 80 236 -
CMYK 0.58 0.66 0 0.07
HSL 247.31º 0.8% 0.62% -
HSV(B) 247.31º 0.66% 0.93% -
XYZ 23.15 14.45 80.92 -
YUV 103.47 202.79 124.82 -
System Red Green Blue C M Y K H S L
Decimal 99 80 236 0.58 0.66 0 0.07 247.31 0.8 0.62
Hex 63 50 EC 3A 42 0 7 F7 50 3E
Octal 143 120 354 72 102 0 7 367 120 76
Binary 1100011 1010000 11101100 111010 1000010 0 111 11110111 1010000 111110

Color Harmonies of #6350EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6350EC

Black with #6350EC

Text Example


Text Example

White with #6350EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6350EC; }

 p { color: rgb(99,80,236); }

 H1.HeaderClassName
 {
   color: #6350EC;
 }
 .AnyTagClassName
 {
   color: #6350EC;
 }
</style>

background-color css

<style>
 a { background-color: #6350EC; }

 a { background-color: rgb(99,80,236); }

 div.DivClassName
 {
   background-color: #6350EC;
 }
 .BgClassName
 {
   background-color: #6350EC;
 }
</style>

border-color css

<style>
 span { border-color: #6350EC; }

 span { border-color: rgb(99,80,236); }

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