Html Css Color HEX #6350FC Neon Blue

📋 copy color: '#6350FC'

red 99 ◦ green 80 ◦ blue 252

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

Shades of Neon Blue #6350FC

Tints of Neon Blue #6350FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.47%

R = 22.97%
G = 18.56%
B = 58.47%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6350FC (or 0x6350FC) is known color: Neon Blue. HEX triplet: 63, 50 and FC. RGB value is (99,80,252). Sum of RGB (Red+Green+Blue) = 99+80+252=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #6350FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6350FC is #9CAF03. Grayscale: #686868. Windows color (decimal): -10268420 or 16535651. OLE color: 16535651.

HSL color Cylindrical-coordinate representation of color #6350FC: hue angle of 246.63º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6350FC is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 99 80 252 -
CMYK 0.61 0.68 0 0.01
HSL 246.63º 0.97% 0.65% -
HSV(B) 246.63º 0.68% 0.99% -
XYZ 25.58 15.42 93.72 -
YUV 105.29 210.79 123.51 -
System Red Green Blue C M Y K H S L
Decimal 99 80 252 0.61 0.68 0 0.01 246.63 0.97 0.65
Hex 63 50 FC 3D 44 0 1 F7 61 41
Octal 143 120 374 75 104 0 1 367 141 101
Binary 1100011 1010000 11111100 111101 1000100 0 1 11110111 1100001 1000001

Color Harmonies of #6350FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6350FC

Black with #6350FC

Text Example


Text Example

White with #6350FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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