#605CF4

Color #605CF4 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #605CF4

Tints of Neon Blue #605CF4

Color information

#605CF4 (or 0x605CF4) is unknown color: approx Neon Blue. HEX triplet: 60, 5C and F4. RGB value is (96,92,244). Sum of RGB (Red+Green+Blue) = 96+92+244=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 244 (95.70% from 255 or 56.48% from 432); Max value from RGB is 244 - color contains mainly: blue. Hex color #605CF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605CF4 is #9FA30B. Grayscale: #6D6D6D. Windows color (decimal): -10461964 or 16014432. OLE color: 16014432.

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

Color convert

RGB9692244-
CMYK0.610.6200.04
HSL241.58º87.36%65.88%-
HSV(B)241.58º62.3%95.69%-
XYZ24.9816.6787.49-
YUV110.52203.33117.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.22%
GREEN value IS 92 (36.33% from 255) = 21.30%
BLUE value IS 244 (95.70% from 255) = 56.48%
R=22.22%
G=21.30%
B=56.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal96922440.610.6200.04241.5887.3665.88
Hex605CF43D3E04f25742
Octal140134364757604362127102
Binary110000010111001111010011110111111001001111001010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #605CF4;
 }
 .AnyTagClassName
 {
   color: #605CF4;
 }
</style>
background-color css

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

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

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

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

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

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