Html Css Color HEX #6E3CFB Neon Blue

📋 copy color: '#6E3CFB'

red 110 ◦ green 60 ◦ blue 251

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

Shades of Neon Blue #6E3CFB

Tints of Neon Blue #6E3CFB

RGB

 RED value IS 110 (43.36% from 255) = 26.13%

 GREEN value IS 60 (23.83% from 255) = 14.25%

 BLUE value IS 251 (98.44% from 255) = 59.62%

R = 26.13%
G = 14.25%
B = 59.62%

CMYK

 C value IS 0.56

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E3CFB (or 0x6E3CFB) is known color: Neon Blue. HEX triplet: 6E, 3C and FB. RGB value is (110,60,251). Sum of RGB (Red+Green+Blue) = 110+60+251=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E3CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3CFB is #91C304. Grayscale: #606060. Windows color (decimal): -9552645 or 16465006. OLE color: 16465006.

HSL color Cylindrical-coordinate representation of color #6E3CFB: hue angle of 255.71º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E3CFB is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 60 251 -
CMYK 0.56 0.76 0 0.02
HSL 255.71º 0.96% 0.61% -
HSV(B) 255.71º 0.76% 0.98% -
XYZ 25.46 13.51 92.53 -
YUV 96.72 215.07 137.47 -
System Red Green Blue C M Y K H S L
Decimal 110 60 251 0.56 0.76 0 0.02 255.71 0.96 0.61
Hex 6E 3C FB 38 4C 0 2 100 60 3D
Octal 156 74 373 70 114 0 2 400 140 75
Binary 1101110 111100 11111011 111000 1001100 0 10 100000000 1100000 111101

Color Harmonies of #6E3CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3CFB

Black with #6E3CFB

Text Example


Text Example

White with #6E3CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,60,251); }

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

background-color css

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

 a { background-color: rgb(110,60,251); }

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

border-color css

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

 span { border-color: rgb(110,60,251); }

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