Html Css Color HEX #6350FA Neon Blue

📋 copy color: '#6350FA'

red 99 ◦ green 80 ◦ blue 250

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

Shades of Neon Blue #6350FA

Tints of Neon Blue #6350FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.28%

R = 23.08%
G = 18.65%
B = 58.28%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6350FA (or 0x6350FA) is known color: Neon Blue. HEX triplet: 63, 50 and FA. RGB value is (99,80,250). Sum of RGB (Red+Green+Blue) = 99+80+250=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #6350FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6350FA is #9CAF05. Grayscale: #686868. Windows color (decimal): -10268422 or 16404579. OLE color: 16404579.

HSL color Cylindrical-coordinate representation of color #6350FA: hue angle of 246.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6350FA is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 80 250 -
CMYK 0.60 0.68 0 0.02
HSL 246.71º 0.94% 0.65% -
HSV(B) 246.71º 0.68% 0.98% -
XYZ 25.27 15.29 92.06 -
YUV 105.06 209.79 123.68 -
System Red Green Blue C M Y K H S L
Decimal 99 80 250 0.60 0.68 0 0.02 246.71 0.94 0.65
Hex 63 50 FA 3C 44 0 2 F7 5E 41
Octal 143 120 372 74 104 0 2 367 136 101
Binary 1100011 1010000 11111010 111100 1000100 0 10 11110111 1011110 1000001

Color Harmonies of #6350FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6350FA

Black with #6350FA

Text Example


Text Example

White with #6350FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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