Html Css Color HEX #6350EB Neon Blue

📋 copy color: '#6350EB'

red 99 ◦ green 80 ◦ blue 235

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

Shades of Neon Blue #6350EB

Tints of Neon Blue #6350EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.76%

R = 23.91%
G = 19.32%
B = 56.76%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6350EB (or 0x6350EB) is known color: Neon Blue. HEX triplet: 63, 50 and EB. RGB value is (99,80,235). Sum of RGB (Red+Green+Blue) = 99+80+235=414 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.91% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #6350EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6350EB is #9CAF14. Grayscale: #666666. Windows color (decimal): -10268437 or 15421539. OLE color: 15421539.

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

Color convert

RGB 99 80 235 -
CMYK 0.58 0.66 0 0.08
HSL 247.35º 0.79% 0.62% -
HSV(B) 247.35º 0.66% 0.92% -
XYZ 23.01 14.39 80.16 -
YUV 103.35 202.29 124.9 -
System Red Green Blue C M Y K H S L
Decimal 99 80 235 0.58 0.66 0 0.08 247.35 0.79 0.62
Hex 63 50 EB 3A 42 0 8 F7 4F 3E
Octal 143 120 353 72 102 0 10 367 117 76
Binary 1100011 1010000 11101011 111010 1000010 0 1000 11110111 1001111 111110

Color Harmonies of #6350EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6350EB

Black with #6350EB

Text Example


Text Example

White with #6350EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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