Html Css Color HEX #6168FD Neon Blue

📋 copy color: '#6168FD'

red 97 ◦ green 104 ◦ blue 253

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

Shades of Neon Blue #6168FD

Tints of Neon Blue #6168FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.91%

 BLUE value IS 253 (99.22% from 255) = 55.73%

R = 21.37%
G = 22.91%
B = 55.73%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6168FD (or 0x6168FD) is known color: Neon Blue. HEX triplet: 61, 68 and FD. RGB value is (97,104,253). Sum of RGB (Red+Green+Blue) = 97+104+253=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #6168FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6168FD is #9E9702. Grayscale: #767676. Windows color (decimal): -10393347 or 16607329. OLE color: 16607329.

HSL color Cylindrical-coordinate representation of color #6168FD: hue angle of 237.31º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6168FD is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 97 104 253 -
CMYK 0.62 0.59 0 0.01
HSL 237.31º 0.98% 0.69% -
HSV(B) 237.31º 0.62% 0.99% -
XYZ 27.61 19.53 95.24 -
YUV 118.89 203.68 112.38 -
System Red Green Blue C M Y K H S L
Decimal 97 104 253 0.62 0.59 0 0.01 237.31 0.98 0.69
Hex 61 68 FD 3E 3B 0 1 ED 62 45
Octal 141 150 375 76 73 0 1 355 142 105
Binary 1100001 1101000 11111101 111110 111011 0 1 11101101 1100010 1000101

Color Harmonies of #6168FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6168FD

Black with #6168FD

Text Example


Text Example

White with #6168FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6168FD; }

 p { color: rgb(97,104,253); }

 H1.HeaderClassName
 {
   color: #6168FD;
 }
 .AnyTagClassName
 {
   color: #6168FD;
 }
</style>

background-color css

<style>
 a { background-color: #6168FD; }

 a { background-color: rgb(97,104,253); }

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

border-color css

<style>
 span { border-color: #6168FD; }

 span { border-color: rgb(97,104,253); }

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