Html Css Color HEX #6B4CFD Neon Blue

📋 copy color: '#6B4CFD'

red 107 ◦ green 76 ◦ blue 253

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

Shades of Neon Blue #6B4CFD

Tints of Neon Blue #6B4CFD

RGB

 RED value IS 107 (42.19% from 255) = 24.54%

 GREEN value IS 76 (30.08% from 255) = 17.43%

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

R = 24.54%
G = 17.43%
B = 58.03%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B4CFD (or 0x6B4CFD) is known color: Neon Blue. HEX triplet: 6B, 4C and FD. RGB value is (107,76,253). Sum of RGB (Red+Green+Blue) = 107+76+253=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B4CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B4CFD is #94B302. Grayscale: #686868. Windows color (decimal): -9745155 or 16600171. OLE color: 16600171.

HSL color Cylindrical-coordinate representation of color #6B4CFD: hue angle of 250.51º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B4CFD is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 76 253 -
CMYK 0.58 0.70 0 0.01
HSL 250.51º 0.98% 0.65% -
HSV(B) 250.51º 0.7% 0.99% -
XYZ 26.38 15.39 94.51 -
YUV 105.45 211.27 129.11 -
System Red Green Blue C M Y K H S L
Decimal 107 76 253 0.58 0.70 0 0.01 250.51 0.98 0.65
Hex 6B 4C FD 3A 46 0 1 FB 62 41
Octal 153 114 375 72 106 0 1 373 142 101
Binary 1101011 1001100 11111101 111010 1000110 0 1 11111011 1100010 1000001

Color Harmonies of #6B4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4CFD

Black with #6B4CFD

Text Example


Text Example

White with #6B4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B4CFD; }

 p { color: rgb(107,76,253); }

 H1.HeaderClassName
 {
   color: #6B4CFD;
 }
 .AnyTagClassName
 {
   color: #6B4CFD;
 }
</style>

background-color css

<style>
 a { background-color: #6B4CFD; }

 a { background-color: rgb(107,76,253); }

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

border-color css

<style>
 span { border-color: #6B4CFD; }

 span { border-color: rgb(107,76,253); }

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