Html Css Color HEX #6756FD Neon Blue

📋 copy color: '#6756FD'

red 103 ◦ green 86 ◦ blue 253

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

Shades of Neon Blue #6756FD

Tints of Neon Blue #6756FD

RGB

 RED value IS 103 (40.63% from 255) = 23.3%

 GREEN value IS 86 (33.98% from 255) = 19.46%

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

R = 23.3%
G = 19.46%
B = 57.24%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6756FD (or 0x6756FD) is known color: Neon Blue. HEX triplet: 67, 56 and FD. RGB value is (103,86,253). Sum of RGB (Red+Green+Blue) = 103+86+253=442 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.30% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #6756FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6756FD is #98A902. Grayscale: #6D6D6D. Windows color (decimal): -10004739 or 16602727. OLE color: 16602727.

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

Color convert

RGB 103 86 253 -
CMYK 0.59 0.66 0 0.01
HSL 246.11º 0.98% 0.66% -
HSV(B) 246.11º 0.66% 0.99% -
XYZ 26.65 16.63 94.73 -
YUV 110.12 208.63 122.92 -
System Red Green Blue C M Y K H S L
Decimal 103 86 253 0.59 0.66 0 0.01 246.11 0.98 0.66
Hex 67 56 FD 3B 42 0 1 F6 62 42
Octal 147 126 375 73 102 0 1 366 142 102
Binary 1100111 1010110 11111101 111011 1000010 0 1 11110110 1100010 1000010

Color Harmonies of #6756FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6756FD

Black with #6756FD

Text Example


Text Example

White with #6756FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,86,253); }

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

background-color css

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

 a { background-color: rgb(103,86,253); }

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

border-color css

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

 span { border-color: rgb(103,86,253); }

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