Html Css Color HEX #6755FA Neon Blue

📋 copy color: '#6755FA'

red 103 ◦ green 85 ◦ blue 250

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

Shades of Neon Blue #6755FA

Tints of Neon Blue #6755FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.41%

 BLUE value IS 250 (98.05% from 255) = 57.08%

R = 23.52%
G = 19.41%
B = 57.08%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6755FA (or 0x6755FA) is known color: Neon Blue. HEX triplet: 67, 55 and FA. RGB value is (103,85,250). Sum of RGB (Red+Green+Blue) = 103+85+250=438 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.52% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #6755FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6755FA is #98AA05. Grayscale: #6C6C6C. Windows color (decimal): -10004998 or 16405863. OLE color: 16405863.

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

Color convert

RGB 103 85 250 -
CMYK 0.59 0.66 0 0.02
HSL 246.55º 0.94% 0.66% -
HSV(B) 246.55º 0.66% 0.98% -
XYZ 26.1 16.28 92.21 -
YUV 109.19 207.46 123.58 -
System Red Green Blue C M Y K H S L
Decimal 103 85 250 0.59 0.66 0 0.02 246.55 0.94 0.66
Hex 67 55 FA 3B 42 0 2 F7 5E 42
Octal 147 125 372 73 102 0 2 367 136 102
Binary 1100111 1010101 11111010 111011 1000010 0 10 11110111 1011110 1000010

Color Harmonies of #6755FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6755FA

Black with #6755FA

Text Example


Text Example

White with #6755FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6755FA; }

 p { color: rgb(103,85,250); }

 H1.HeaderClassName
 {
   color: #6755FA;
 }
 .AnyTagClassName
 {
   color: #6755FA;
 }
</style>

background-color css

<style>
 a { background-color: #6755FA; }

 a { background-color: rgb(103,85,250); }

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

border-color css

<style>
 span { border-color: #6755FA; }

 span { border-color: rgb(103,85,250); }

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