Html Css Color HEX #6753FA Neon Blue

📋 copy color: '#6753FA'

red 103 ◦ green 83 ◦ blue 250

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

Shades of Neon Blue #6753FA

Tints of Neon Blue #6753FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.04%

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

R = 23.62%
G = 19.04%
B = 57.34%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6753FA (or 0x6753FA) is known color: Neon Blue. HEX triplet: 67, 53 and FA. RGB value is (103,83,250). Sum of RGB (Red+Green+Blue) = 103+83+250=436 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.62% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #6753FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6753FA is #98AC05. Grayscale: #6B6B6B. Windows color (decimal): -10005510 or 16405351. OLE color: 16405351.

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

Color convert

RGB 103 83 250 -
CMYK 0.59 0.67 0 0.02
HSL 247.19º 0.94% 0.65% -
HSV(B) 247.19º 0.67% 0.98% -
XYZ 25.94 15.97 92.16 -
YUV 108.02 208.13 124.42 -
System Red Green Blue C M Y K H S L
Decimal 103 83 250 0.59 0.67 0 0.02 247.19 0.94 0.65
Hex 67 53 FA 3B 43 0 2 F7 5E 41
Octal 147 123 372 73 103 0 2 367 136 101
Binary 1100111 1010011 11111010 111011 1000011 0 10 11110111 1011110 1000001

Color Harmonies of #6753FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6753FA

Black with #6753FA

Text Example


Text Example

White with #6753FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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