Html Css Color HEX #6350ED Neon Blue

📋 copy color: '#6350ED'

red 99 ◦ green 80 ◦ blue 237

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

Shades of Neon Blue #6350ED

Tints of Neon Blue #6350ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.97%

R = 23.8%
G = 19.23%
B = 56.97%

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

#6350ED (or 0x6350ED) is known color: Neon Blue. HEX triplet: 63, 50 and ED. RGB value is (99,80,237). Sum of RGB (Red+Green+Blue) = 99+80+237=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #6350ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6350ED is #9CAF12. Grayscale: #666666. Windows color (decimal): -10268435 or 15552611. OLE color: 15552611.

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

Color convert

RGB 99 80 237 -
CMYK 0.58 0.66 0 0.07
HSL 247.26º 0.81% 0.62% -
HSV(B) 247.26º 0.66% 0.93% -
XYZ 23.3 14.5 81.69 -
YUV 103.58 203.29 124.73 -
System Red Green Blue C M Y K H S L
Decimal 99 80 237 0.58 0.66 0 0.07 247.26 0.81 0.62
Hex 63 50 ED 3A 42 0 7 F7 51 3E
Octal 143 120 355 72 102 0 7 367 121 76
Binary 1100011 1010000 11101101 111010 1000010 0 111 11110111 1010001 111110

Color Harmonies of #6350ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6350ED

Black with #6350ED

Text Example


Text Example

White with #6350ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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