Html Css Color HEX #6B42FE Neon Blue

📋 copy color: '#6B42FE'

red 107 ◦ green 66 ◦ blue 254

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

Shades of Neon Blue #6B42FE

Tints of Neon Blue #6B42FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.48%

R = 25.06%
G = 15.46%
B = 59.48%

CMYK

 C value IS 0.58

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6B42FE (or 0x6B42FE) is known color: Neon Blue. HEX triplet: 6B, 42 and FE. RGB value is (107,66,254). Sum of RGB (Red+Green+Blue) = 107+66+254=427 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.06% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B42FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B42FE is #94BD01. Grayscale: #626262. Windows color (decimal): -9747714 or 16663147. OLE color: 16663147.

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

Color convert

RGB 107 66 254 -
CMYK 0.58 0.74 0 0.00
HSL 253.09º 0.99% 0.63% -
HSV(B) 253.09º 0.74% 1% -
XYZ 25.9 14.18 95.14 -
YUV 99.69 215.08 133.21 -
System Red Green Blue C M Y K H S L
Decimal 107 66 254 0.58 0.74 0 0.00 253.09 0.99 0.63
Hex 6B 42 FE 3A 4A 0 0 FD 63 3F
Octal 153 102 376 72 112 0 0 375 143 77
Binary 1101011 1000010 11111110 111010 1001010 0 0 11111101 1100011 111111

Color Harmonies of #6B42FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B42FE

Black with #6B42FE

Text Example


Text Example

White with #6B42FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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