Html Css Color HEX #605CF6 Neon Blue

📋 copy color: '#605CF6'

red 96 ◦ green 92 ◦ blue 246

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

Shades of Neon Blue #605CF6

Tints of Neon Blue #605CF6

RGB

 RED value IS 96 (37.89% from 255) = 22.12%

 GREEN value IS 92 (36.33% from 255) = 21.2%

 BLUE value IS 246 (96.48% from 255) = 56.68%

R = 22.12%
G = 21.2%
B = 56.68%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#605CF6 (or 0x605CF6) is known color: Neon Blue. HEX triplet: 60, 5C and F6. RGB value is (96,92,246). Sum of RGB (Red+Green+Blue) = 96+92+246=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 246 (96.48% from 255 or 56.68% from 434); Max value from RGB is 246 - color contains mainly: blue. Hex color #605CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605CF6 is #9FA309. Grayscale: #6E6E6E. Windows color (decimal): -10461962 or 16145504. OLE color: 16145504.

HSL color Cylindrical-coordinate representation of color #605CF6: hue angle of 241.56º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #605CF6 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 96 92 246 -
CMYK 0.61 0.63 0 0.04
HSL 241.56º 0.9% 0.66% -
HSV(B) 241.56º 0.63% 0.96% -
XYZ 25.29 16.79 89.1 -
YUV 110.75 204.33 117.48 -
System Red Green Blue C M Y K H S L
Decimal 96 92 246 0.61 0.63 0 0.04 241.56 0.9 0.66
Hex 60 5C F6 3D 3F 0 4 F2 5A 42
Octal 140 134 366 75 77 0 4 362 132 102
Binary 1100000 1011100 11110110 111101 111111 0 100 11110010 1011010 1000010

Color Harmonies of #605CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605CF6

Black with #605CF6

Text Example


Text Example

White with #605CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605CF6; }

 p { color: rgb(96,92,246); }

 H1.HeaderClassName
 {
   color: #605CF6;
 }
 .AnyTagClassName
 {
   color: #605CF6;
 }
</style>

background-color css

<style>
 a { background-color: #605CF6; }

 a { background-color: rgb(96,92,246); }

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

border-color css

<style>
 span { border-color: #605CF6; }

 span { border-color: rgb(96,92,246); }

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