Html Css Color HEX #6163FC Neon Blue

📋 copy color: '#6163FC'

red 97 ◦ green 99 ◦ blue 252

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

Shades of Neon Blue #6163FC

Tints of Neon Blue #6163FC

RGB

 RED value IS 97 (38.28% from 255) = 21.65%

 GREEN value IS 99 (39.06% from 255) = 22.1%

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

R = 21.65%
G = 22.1%
B = 56.25%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6163FC (or 0x6163FC) is known color: Neon Blue. HEX triplet: 61, 63 and FC. RGB value is (97,99,252). Sum of RGB (Red+Green+Blue) = 97+99+252=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #6163FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6163FC is #9E9C03. Grayscale: #737373. Windows color (decimal): -10394628 or 16540513. OLE color: 16540513.

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

Color convert

RGB 97 99 252 -
CMYK 0.62 0.61 0 0.01
HSL 239.23º 0.96% 0.68% -
HSV(B) 239.23º 0.62% 0.99% -
XYZ 26.96 18.49 94.24 -
YUV 115.84 204.84 114.56 -
System Red Green Blue C M Y K H S L
Decimal 97 99 252 0.62 0.61 0 0.01 239.23 0.96 0.68
Hex 61 63 FC 3E 3D 0 1 EF 60 44
Octal 141 143 374 76 75 0 1 357 140 104
Binary 1100001 1100011 11111100 111110 111101 0 1 11101111 1100000 1000100

Color Harmonies of #6163FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6163FC

Black with #6163FC

Text Example


Text Example

White with #6163FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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