Html Css Color HEX #6B3CFC Neon Blue

📋 copy color: '#6B3CFC'

red 107 ◦ green 60 ◦ blue 252

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

Shades of Neon Blue #6B3CFC

Tints of Neon Blue #6B3CFC

RGB

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

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

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

R = 25.54%
G = 14.32%
B = 60.14%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B3CFC (or 0x6B3CFC) is known color: Neon Blue. HEX triplet: 6B, 3C and FC. RGB value is (107,60,252). Sum of RGB (Red+Green+Blue) = 107+60+252=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B3CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B3CFC is #94C303. Grayscale: #5F5F5F. Windows color (decimal): -9749252 or 16530539. OLE color: 16530539.

HSL color Cylindrical-coordinate representation of color #6B3CFC: hue angle of 254.69º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B3CFC is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 60 252 -
CMYK 0.58 0.76 0 0.01
HSL 254.69º 0.97% 0.61% -
HSV(B) 254.69º 0.76% 0.99% -
XYZ 25.25 13.39 93.35 -
YUV 95.94 216.07 135.89 -
System Red Green Blue C M Y K H S L
Decimal 107 60 252 0.58 0.76 0 0.01 254.69 0.97 0.61
Hex 6B 3C FC 3A 4C 0 1 FF 61 3D
Octal 153 74 374 72 114 0 1 377 141 75
Binary 1101011 111100 11111100 111010 1001100 0 1 11111111 1100001 111101

Color Harmonies of #6B3CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3CFC

Black with #6B3CFC

Text Example


Text Example

White with #6B3CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,60,252); }

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

background-color css

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

 a { background-color: rgb(107,60,252); }

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

border-color css

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

 span { border-color: rgb(107,60,252); }

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