Html Css Color HEX #615CF2 Neon Blue

📋 copy color: '#615CF2'

red 97 ◦ green 92 ◦ blue 242

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

Shades of Neon Blue #615CF2

Tints of Neon Blue #615CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 56.15%

R = 22.51%
G = 21.35%
B = 56.15%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#615CF2 (or 0x615CF2) is known color: Neon Blue. HEX triplet: 61, 5C and F2. RGB value is (97,92,242). Sum of RGB (Red+Green+Blue) = 97+92+242=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #615CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615CF2 is #9EA30D. Grayscale: #6E6E6E. Windows color (decimal): -10396430 or 15883361. OLE color: 15883361.

HSL color Cylindrical-coordinate representation of color #615CF2: hue angle of 242º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #615CF2 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 92 242 -
CMYK 0.60 0.62 0 0.05
HSL 242º 0.85% 0.65% -
HSV(B) 242º 0.62% 0.95% -
XYZ 24.78 16.61 85.9 -
YUV 110.6 202.16 118.3 -
System Red Green Blue C M Y K H S L
Decimal 97 92 242 0.60 0.62 0 0.05 242 0.85 0.65
Hex 61 5C F2 3C 3E 0 5 F2 55 41
Octal 141 134 362 74 76 0 5 362 125 101
Binary 1100001 1011100 11110010 111100 111110 0 101 11110010 1010101 1000001

Color Harmonies of #615CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615CF2

Black with #615CF2

Text Example


Text Example

White with #615CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615CF2; }

 p { color: rgb(97,92,242); }

 H1.HeaderClassName
 {
   color: #615CF2;
 }
 .AnyTagClassName
 {
   color: #615CF2;
 }
</style>

background-color css

<style>
 a { background-color: #615CF2; }

 a { background-color: rgb(97,92,242); }

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

border-color css

<style>
 span { border-color: #615CF2; }

 span { border-color: rgb(97,92,242); }

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