Html Css Color HEX #6350FB Neon Blue

📋 copy color: '#6350FB'

red 99 ◦ green 80 ◦ blue 251

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

Shades of Neon Blue #6350FB

Tints of Neon Blue #6350FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.37%

R = 23.02%
G = 18.6%
B = 58.37%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6350FB (or 0x6350FB) is known color: Neon Blue. HEX triplet: 63, 50 and FB. RGB value is (99,80,251). Sum of RGB (Red+Green+Blue) = 99+80+251=430 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.02% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #6350FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6350FB is #9CAF04. Grayscale: #686868. Windows color (decimal): -10268421 or 16470115. OLE color: 16470115.

HSL color Cylindrical-coordinate representation of color #6350FB: hue angle of 246.67º degrees, saturation: 0.96, 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 #6350FB is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 80 251 -
CMYK 0.61 0.68 0 0.02
HSL 246.67º 0.96% 0.65% -
HSV(B) 246.67º 0.68% 0.98% -
XYZ 25.43 15.36 92.89 -
YUV 105.18 210.29 123.6 -
System Red Green Blue C M Y K H S L
Decimal 99 80 251 0.61 0.68 0 0.02 246.67 0.96 0.65
Hex 63 50 FB 3D 44 0 2 F7 60 41
Octal 143 120 373 75 104 0 2 367 140 101
Binary 1100011 1010000 11111011 111101 1000100 0 10 11110111 1100000 1000001

Color Harmonies of #6350FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6350FB

Black with #6350FB

Text Example


Text Example

White with #6350FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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