Html Css Color HEX #6752FC Neon Blue

📋 copy color: '#6752FC'

red 103 ◦ green 82 ◦ blue 252

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

Shades of Neon Blue #6752FC

Tints of Neon Blue #6752FC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.76%

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

R = 23.57%
G = 18.76%
B = 57.67%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6752FC (or 0x6752FC) is known color: Neon Blue. HEX triplet: 67, 52 and FC. RGB value is (103,82,252). Sum of RGB (Red+Green+Blue) = 103+82+252=437 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.57% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #6752FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6752FC is #98AD03. Grayscale: #6B6B6B. Windows color (decimal): -10005764 or 16536167. OLE color: 16536167.

HSL color Cylindrical-coordinate representation of color #6752FC: hue angle of 247.41º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6752FC is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 103 82 252 -
CMYK 0.59 0.67 0 0.01
HSL 247.41º 0.97% 0.65% -
HSV(B) 247.41º 0.67% 0.99% -
XYZ 26.18 15.95 93.79 -
YUV 107.66 209.46 124.68 -
System Red Green Blue C M Y K H S L
Decimal 103 82 252 0.59 0.67 0 0.01 247.41 0.97 0.65
Hex 67 52 FC 3B 43 0 1 F7 61 41
Octal 147 122 374 73 103 0 1 367 141 101
Binary 1100111 1010010 11111100 111011 1000011 0 1 11110111 1100001 1000001

Color Harmonies of #6752FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6752FC

Black with #6752FC

Text Example


Text Example

White with #6752FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,82,252); }

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

background-color css

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

 a { background-color: rgb(103,82,252); }

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

border-color css

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

 span { border-color: rgb(103,82,252); }

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