Html Css Color HEX #615EFD Neon Blue

📋 copy color: '#615EFD'

red 97 ◦ green 94 ◦ blue 253

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

Shades of Neon Blue #615EFD

Tints of Neon Blue #615EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.17%

 BLUE value IS 253 (99.22% from 255) = 56.98%

R = 21.85%
G = 21.17%
B = 56.98%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#615EFD (or 0x615EFD) is known color: Neon Blue. HEX triplet: 61, 5E and FD. RGB value is (97,94,253). Sum of RGB (Red+Green+Blue) = 97+94+253=444 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.85% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #615EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615EFD is #9EA102. Grayscale: #707070. Windows color (decimal): -10395907 or 16604769. OLE color: 16604769.

HSL color Cylindrical-coordinate representation of color #615EFD: hue angle of 241.13º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #615EFD is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 97 94 253 -
CMYK 0.62 0.63 0 0.01
HSL 241.13º 0.98% 0.68% -
HSV(B) 241.13º 0.63% 0.99% -
XYZ 26.66 17.64 94.93 -
YUV 113.02 206.99 116.57 -
System Red Green Blue C M Y K H S L
Decimal 97 94 253 0.62 0.63 0 0.01 241.13 0.98 0.68
Hex 61 5E FD 3E 3F 0 1 F1 62 44
Octal 141 136 375 76 77 0 1 361 142 104
Binary 1100001 1011110 11111101 111110 111111 0 1 11110001 1100010 1000100

Color Harmonies of #615EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615EFD

Black with #615EFD

Text Example


Text Example

White with #615EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,94,253); }

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

background-color css

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

 a { background-color: rgb(97,94,253); }

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

border-color css

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

 span { border-color: rgb(97,94,253); }

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