Html Css Color HEX #6B42FC Neon Blue

📋 copy color: '#6B42FC'

red 107 ◦ green 66 ◦ blue 252

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

Shades of Neon Blue #6B42FC

Tints of Neon Blue #6B42FC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.53%

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

R = 25.18%
G = 15.53%
B = 59.29%

CMYK

 C value IS 0.58

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B42FC (or 0x6B42FC) is known color: Neon Blue. HEX triplet: 6B, 42 and FC. RGB value is (107,66,252). Sum of RGB (Red+Green+Blue) = 107+66+252=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B42FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B42FC is #94BD03. Grayscale: #626262. Windows color (decimal): -9747716 or 16532075. OLE color: 16532075.

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

Color convert

RGB 107 66 252 -
CMYK 0.58 0.74 0 0.01
HSL 253.23º 0.97% 0.62% -
HSV(B) 253.23º 0.74% 0.99% -
XYZ 25.58 14.05 93.46 -
YUV 99.46 214.08 133.38 -
System Red Green Blue C M Y K H S L
Decimal 107 66 252 0.58 0.74 0 0.01 253.23 0.97 0.62
Hex 6B 42 FC 3A 4A 0 1 FD 61 3E
Octal 153 102 374 72 112 0 1 375 141 76
Binary 1101011 1000010 11111100 111010 1001010 0 1 11111101 1100001 111110

Color Harmonies of #6B42FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B42FC

Black with #6B42FC

Text Example


Text Example

White with #6B42FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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