Html Css Color HEX #6142FF Neon Blue

📋 copy color: '#6142FF'

red 97 ◦ green 66 ◦ blue 255

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

Shades of Neon Blue #6142FF

Tints of Neon Blue #6142FF

RGB

 RED value IS 97 (38.28% from 255) = 23.21%

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

 BLUE value IS 255 (100% from 255) = 61%

R = 23.21%
G = 15.79%
B = 61%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6142FF (or 0x6142FF) is known color: Neon Blue. HEX triplet: 61, 42 and FF. RGB value is (97,66,255). Sum of RGB (Red+Green+Blue) = 97+66+255=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #6142FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6142FF is #9EBD00. Grayscale: #606060. Windows color (decimal): -10403073 or 16728673. OLE color: 16728673.

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

Color convert

RGB 97 66 255 -
CMYK 0.62 0.74 0 0
HSL 249.84º 1% 0.63% -
HSV(B) 249.84º 0.74% 1% -
XYZ 24.93 13.66 95.93 -
YUV 96.82 217.27 128.13 -
System Red Green Blue C M Y K H S L
Decimal 97 66 255 0.62 0.74 0 0 249.84 1 0.63
Hex 61 42 FF 3E 4A 0 0 FA 64 3F
Octal 141 102 377 76 112 0 0 372 144 77
Binary 1100001 1000010 11111111 111110 1001010 0 0 11111010 1100100 111111

Color Harmonies of #6142FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6142FF

Black with #6142FF

Text Example


Text Example

White with #6142FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6142FF; }

 p { color: rgb(97,66,255); }

 H1.HeaderClassName
 {
   color: #6142FF;
 }
 .AnyTagClassName
 {
   color: #6142FF;
 }
</style>

background-color css

<style>
 a { background-color: #6142FF; }

 a { background-color: rgb(97,66,255); }

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

border-color css

<style>
 span { border-color: #6142FF; }

 span { border-color: rgb(97,66,255); }

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