Html Css Color HEX #615FFF Neon Blue

📋 copy color: '#615FFF'

red 97 ◦ green 95 ◦ blue 255

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

Shades of Neon Blue #615FFF

Tints of Neon Blue #615FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.25%

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

R = 21.7%
G = 21.25%
B = 57.05%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#615FFF (or 0x615FFF) is known color: Neon Blue. HEX triplet: 61, 5F and FF. RGB value is (97,95,255). Sum of RGB (Red+Green+Blue) = 97+95+255=447 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.70% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #615FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615FFF is #9EA000. Grayscale: #717171. Windows color (decimal): -10395649 or 16736097. OLE color: 16736097.

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

Color convert

RGB 97 95 255 -
CMYK 0.62 0.63 0 0
HSL 240.75º 1% 0.69% -
HSV(B) 240.75º 0.63% 1% -
XYZ 27.07 17.95 96.64 -
YUV 113.84 207.66 115.99 -
System Red Green Blue C M Y K H S L
Decimal 97 95 255 0.62 0.63 0 0 240.75 1 0.69
Hex 61 5F FF 3E 3F 0 0 F1 64 45
Octal 141 137 377 76 77 0 0 361 144 105
Binary 1100001 1011111 11111111 111110 111111 0 0 11110001 1100100 1000101

Color Harmonies of #615FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615FFF

Black with #615FFF

Text Example


Text Example

White with #615FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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