Html Css Color HEX #6350EE Neon Blue

📋 copy color: '#6350EE'

red 99 ◦ green 80 ◦ blue 238

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

Shades of Neon Blue #6350EE

Tints of Neon Blue #6350EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.07%

R = 23.74%
G = 19.18%
B = 57.07%

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

#6350EE (or 0x6350EE) is known color: Neon Blue. HEX triplet: 63, 50 and EE. RGB value is (99,80,238). Sum of RGB (Red+Green+Blue) = 99+80+238=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #6350EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6350EE is #9CAF11. Grayscale: #676767. Windows color (decimal): -10268434 or 15618147. OLE color: 15618147.

HSL color Cylindrical-coordinate representation of color #6350EE: hue angle of 247.22º degrees, saturation: 0.82, 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 #6350EE is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 80 238 -
CMYK 0.58 0.66 0 0.07
HSL 247.22º 0.82% 0.62% -
HSV(B) 247.22º 0.66% 0.93% -
XYZ 23.45 14.56 82.46 -
YUV 103.69 203.79 124.65 -
System Red Green Blue C M Y K H S L
Decimal 99 80 238 0.58 0.66 0 0.07 247.22 0.82 0.62
Hex 63 50 EE 3A 42 0 7 F7 52 3E
Octal 143 120 356 72 102 0 7 367 122 76
Binary 1100011 1010000 11101110 111010 1000010 0 111 11110111 1010010 111110

Color Harmonies of #6350EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6350EE

Black with #6350EE

Text Example


Text Example

White with #6350EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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